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 resizing the browser window vertically, the Dialog doesn't resize properly, which can be observed in the playground https://sap.github.io/ui5-webcomponents/playground/components/Dialog/.
When the window is resized to smaller than the Dialog size - the headers gets cut and hidden. When the window is resized back - the Dialog does not get to the initial position.
When the body element is shorter in height than the screen size,
resizing the browser window in height would not trigger a resize
event on the body, and the dialog will not be repositioned.
To solve this case, the dialog has been changed to listen to the resize
event on the window.
Fixes: #5259
Bug Description
The Dialog does not recenter if you resize the window vertically.
Expected Behavior
The Dialog should recenter/resize when you resize the window.
Steps to Reproduce
Isolated Example
Not necessary - it's easily reproduced.
Context
Log Output / Stack Trace / Screenshots
Priority
The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:
Note: The priority might be re-evaluated by the issue processor.
Stakeholder Info (if applicable)
The text was updated successfully, but these errors were encountered: