Skip to content
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

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

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

niloc132
Copy link
Member

@niloc132 niloc132 commented Feb 26, 2025

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

Fixes #10072
See #10074

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

Fixes gwtproject#10072.
@niloc132 niloc132 added this to the 2.12.2 milestone Feb 26, 2025
@tbroyer
Copy link
Member

tbroyer commented Feb 26, 2025

Which issue or PR did you actually mean to reference in your PR description? 10074 maybe?

Otherwise LGTM

@niloc132
Copy link
Member Author

Which issue or PR did you actually mean to reference in your PR description? 10074 maybe?

Yes, thank you - fixed.

@niloc132 niloc132 merged commit ae25120 into gwtproject:release/2.12 Feb 27, 2025
4 checks passed
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.

4 participants