-
Notifications
You must be signed in to change notification settings - Fork 134
Open
Description
Hi,
GWTP/gwtp-core/gwtp-mvp-client/src/main/java/com/gwtplatform/mvp/client/PopupViewImpl.java
Line 70 in 8620f6b
| Window.addResizeHandler(event -> { |
We have some very large non-singleton popups in our application, and when we upgraded GWT-P and pulled in this code, the application started leaking a ton of memory and slowing down. Window lives forever, and popups never get GC'd.
Overloading repositionOnWindowResize to return false prevents the addition of the resize handler, which works us around the issue.
Metadata
Metadata
Assignees
Labels
No labels