gwt-material-addins
gwt-material-addins copied to clipboard
Window move end problem
At the end of the movement of a window, the window move again, and if we have scroll, the window will go too high, and then impossible to close.
To reproduce, go to your website, scroll to "Window with Overlay", click the button "Open with overlay", move the window.
Appreciate the update :) It will help us to identify the release notes easily
This is because the dnd is using the "body" element as the drag container, which doesn't span the entire page height. (As seen in page inspection).
Is there any update on that issue, because it's still persisting. I don't know whether it's an expected behaviour, but even on setOverlay(true) it's possible to scroll the background page. Means, even if I scroll to the top of the page before opening the window (in that case moving the window is possible) the scrolling of the background page by mouse wheel for example moving of the window leads to the above mentioned issue.