Describe the bug
When a Window is opened with modal=true, resizing the Window height becomes unstable if the page is scrolled down. The farther down the page is scrolled, the more unstable the resize behavior becomes.
To Reproduce
Open this example: https://stackblitz.com/edit/rsh1qbxe-dz8gctr6?file=src%2Fmain.vue
Click the button that opens the Window.
Scroll down the page by approximately 1000px.
Attempt to resize the Window height.
Try resizing from both the top and bottom resize handles.
Notice the height of the Window becomes too big and it's unstable
Expected behavior
Resizing the Window using its handles should adjust the height predictably and proportionally, without causing excessive height changes or unstable behavior.
Ticket ID: 1713700
Describe the bug
When a Window is opened with
modal=true, resizing the Window height becomes unstable if the page is scrolled down. The farther down the page is scrolled, the more unstable the resize behavior becomes.To Reproduce
Open this example: https://stackblitz.com/edit/rsh1qbxe-dz8gctr6?file=src%2Fmain.vue
Click the button that opens the Window.
Scroll down the page by approximately 1000px.
Attempt to resize the Window height.
Try resizing from both the top and bottom resize handles.
Notice the height of the Window becomes too big and it's unstable
Expected behavior
Resizing the Window using its handles should adjust the height predictably and proportionally, without causing excessive height changes or unstable behavior.
Ticket ID: 1713700