I've noticed on larger monitors (e.g. 30") that if scrolling down in the navigation past the bottom, the entire page will scroll up to reveal white/empty space at the bottom. This should not happen - it should not be possible to scroll past the end.
I cannot reproduce this currently on a 24" monitor, but I'm guessing there are some CSS properties that cause it to only happen on larger (taller) screen sizes.
UPDATE: This is caused by the #previewpane
div extending off the screen, and is more likely when the number of messages shown per page is large (e.g. 15 or more), pushing the preview pane down, possibly off the page. This is an issue when the folder is initially selected and no message has been selected in the preview pane - if a message is selected, that is correctly constrained to the available space.
Steps to reproduce:
Solution is likely setting the preview pane height to 0 (or at the very most, the available space) when it is not needed.
You must be
10/16/2024 6:35 PM — InterLinked
Autoresolved by code commit on GitHub:
FETCHLIST: Set preview pane height to 0 on each response.
https://github.com/InterLinked1/wssmail/commit/944b0875c65061d5f3addb34e85e53ef641e7c09