Skip to content

fix: zombie windows when fullscreening and closing - #34378

Merged
codebytere merged 1 commit into
mainfrom
zombie-window-fix
May 31, 2022
Merged

fix: zombie windows when fullscreening and closing#34378
codebytere merged 1 commit into
mainfrom
zombie-window-fix

Conversation

@codebytere

@codebytere codebytere commented May 30, 2022

Copy link
Copy Markdown
Member

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 recently 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
@codebytere
codebytere force-pushed the zombie-window-fix branch from efc897d to e8863bb Compare May 30, 2022 09:05
@codebytere
codebytere force-pushed the zombie-window-fix branch from e8863bb to ddcddd7 Compare May 30, 2022 09:07
@electron-cation electron-cation Bot removed the new-pr 🌱 PR opened recently 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

release-clerk Bot commented May 31, 2022

Copy link
Copy Markdown

Release Notes Persisted

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

@trop

trop Bot commented May 31, 2022

Copy link
Copy Markdown
Contributor

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

@trop

trop Bot commented May 31, 2022

Copy link
Copy Markdown
Contributor

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

trop Bot commented May 31, 2022

Copy link
Copy Markdown
Contributor

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

@trop

trop Bot commented May 31, 2022

Copy link
Copy Markdown
Contributor

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

khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
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.

2 participants