Skip to content

Fix Window.onClosing() not work in GWT 2.12 #10074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

InforBG
Copy link
Contributor

@InforBG InforBG commented Dec 23, 2024

When Window.onClosing(), if beforeCloseHandlersInitialized (not closeHandlersInitialized) is true, fire the ClosingEvent.

#10072

Fixes #10072.

When Window.onClosing(), if beforeCloseHandlersInitialized (not closeHandlersInitialized) is true, fire the ClosingEvent.

gwtproject#10072
@niloc132 niloc132 merged commit 39e67c5 into gwtproject:main Dec 23, 2024
4 checks passed
@niloc132 niloc132 added this to the 2.13 milestone Dec 23, 2024
@InforBG InforBG deleted the 10072_window_onclosing branch December 24, 2024 02:39
vegegoku pushed a commit to vegegoku/gwt that referenced this pull request Jan 9, 2025
When Window.onClosing(), if beforeCloseHandlersInitialized (not
closeHandlersInitialized) is true, fire the ClosingEvent.

Fixes gwtproject#10072.
niloc132 pushed a commit to niloc132/gwt that referenced this pull request Feb 26, 2025
When Window.onClosing(), if beforeCloseHandlersInitialized (not
closeHandlersInitialized) is true, fire the ClosingEvent.

Fixes gwtproject#10072.
niloc132 added a commit that referenced this pull request Feb 27, 2025
When Window.onClosing(), if beforeCloseHandlersInitialized (not
closeHandlersInitialized) is true, fire the ClosingEvent.

Fixes #10072 
See #10074
Co-authored-by: Bernie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Window.onClosing() doesn't work in GWT 2.12
3 participants