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: zombie windows when fullscreening and closing #34378

Merged
merged 1 commit into from May 31, 2022
Merged

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented May 30, 2022

Description of Change

Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition. We handle this by deferring the close until the transition is complete. This also helps webView test flakiness, because we can now close the window and ensure the fullscreen transition is complete.

Checklist

Release Notes

Notes: Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/17-x-y labels May 30, 2022
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label May 30, 2022
@codebytere codebytere force-pushed the zombie-window-fix branch 3 times, most recently from 82056a2 to efc897d Compare May 30, 2022 07:52
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label May 31, 2022
@codebytere codebytere merged commit 2cb53c5 into main May 31, 2022
@codebytere codebytere deleted the zombie-window-fix branch May 31, 2022 08:43
@release-clerk
Copy link

release-clerk bot commented May 31, 2022

Release Notes Persisted

Fixed an issue where zombie windows can be created if window.close() is called during a fullscreen transition.

@trop
Copy link
Contributor

trop bot commented May 31, 2022

I have automatically backported this PR to "17-x-y", please check out #34390

@trop
Copy link
Contributor

trop bot commented May 31, 2022

I have automatically backported this PR to "19-x-y", please check out #34391

@trop trop bot removed the target/17-x-y label May 31, 2022
@trop
Copy link
Contributor

trop bot commented May 31, 2022

I have automatically backported this PR to "18-x-y", please check out #34392

@trop
Copy link
Contributor

trop bot commented May 31, 2022

I have automatically backported this PR to "20-x-y", please check out #34393

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants