You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user changes from mailbox A to the mailbox B, it takes time to load the message list. Meanwhile, user changes the screen to a bigger size, the message list keeps loading infinity. Peek 2021-06-22 17-44.zip
Expected Result
The message list should be able to load no matter what the user changes the screen size.
Environment
DEV platform
The text was updated successfully, but these errors were encountered:
@tlle14, this behavior is here seen 4 years: you have it when you load the emails list not in full screen (medium and large device) and after you display the view in full screen so in XL device
but not in the other direction.
It's a responsive design problem and if I remember right a limitation of (md-virtual-repeat-container)[https://material.angularjs.org/latest/api/directive/mdVirtualRepeatContainer].
Actual Result
When user changes from mailbox A to the mailbox B, it takes time to load the message list. Meanwhile, user changes the screen to a bigger size, the message list keeps loading infinity.
Peek 2021-06-22 17-44.zip
Expected Result
The message list should be able to load no matter what the user changes the screen size.
Environment
DEV platform
The text was updated successfully, but these errors were encountered: