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: pressing ESC should exit fullscreen from webview #30063

Merged
merged 1 commit into from Jul 14, 2021

Conversation

zcbenz
Copy link
Member

@zcbenz zcbenz commented Jul 9, 2021

Description of Change

Refs #27719.

There is a small problem with the issue's fix #29952 that, after entering fullscreen from webview, pressing ESC does not exit fullscreen for the window.

This is caused by native window fullscreen state not synchronized with html fullscreen state, it was intended because I thought there was no need to do so.

Release Notes

Notes: Fix pressing ESC not exiting fullscreen from webview.

@zcbenz zcbenz added semver/patch backwards-compatible bug fixes target/12-x-y labels Jul 9, 2021
@zcbenz zcbenz requested a review from miniak July 9, 2021 12:51
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jul 9, 2021
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jul 10, 2021
@zcbenz zcbenz force-pushed the fix-webview-fullscreen-win branch from dad59aa to d9f8135 Compare July 13, 2021 00:19
@zcbenz zcbenz force-pushed the fix-webview-fullscreen-win branch from d9f8135 to cdf0b5a Compare July 13, 2021 00:21
@zcbenz zcbenz merged commit 637ba48 into main Jul 14, 2021
@zcbenz zcbenz deleted the fix-webview-fullscreen-win branch July 14, 2021 11:51
@release-clerk
Copy link

release-clerk bot commented Jul 14, 2021

Release Notes Persisted

Fix pressing ESC not exiting fullscreen from webview.

@trop
Copy link
Contributor

trop bot commented Jul 14, 2021

I was unable to backport this PR to "13-x-y" cleanly;
you will need to perform this backport manually.

@trop trop bot removed the target/13-x-y label Jul 14, 2021
@trop
Copy link
Contributor

trop bot commented Jul 14, 2021

I was unable to backport this PR to "12-x-y" cleanly;
you will need to perform this backport manually.

@trop
Copy link
Contributor

trop bot commented Jul 14, 2021

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

@trop
Copy link
Contributor

trop bot commented Jul 14, 2021

@zcbenz has manually backported this PR to "13-x-y", please check out #30128

@trop
Copy link
Contributor

trop bot commented Jul 14, 2021

@miniak has manually backported this PR to "12-x-y", please check out #30137

zcbenz added a commit that referenced this pull request Jul 15, 2021
BlackHole1 pushed a commit to BlackHole1/electron that referenced this pull request Aug 30, 2021
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

3 participants