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: Cmd+Tab not working when exiting kiosk mode #36854

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

codebytere
Copy link
Member

Description of Change

Closes #33503.
Refs #25470.

Fixes an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode. We need to ensure that presentation options are reset after exiting fullscreen, otherwise the fullscreen action takes precedence and causes them to improperly be reset.

Tested with https://gist.github.com/40902920c8fb6c0e2ebcd8fdb936cbf6.

Checklist

Release Notes

Notes: Fixes an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/21-x-y PR should also be added to the "21-x-y" branch. target/22-x-y PR should also be added to the "22-x-y" branch. target/23-x-y PR should also be added to the "23-x-y" branch. labels Jan 10, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 10, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jan 11, 2023
@codebytere codebytere merged commit a9e7bb0 into main Jan 16, 2023
@codebytere codebytere deleted the fix-cmd-tab-kiosk-interaction branch January 16, 2023 09:06
@release-clerk
Copy link

release-clerk bot commented Jan 16, 2023

Release Notes Persisted

Fixes an issue on macOS when trying to switch processes with Cmd+Tab after exiting Kiosk Mode.

@trop
Copy link
Contributor

trop bot commented Jan 16, 2023

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

@trop trop bot added in-flight/23-x-y and removed target/23-x-y PR should also be added to the "23-x-y" branch. labels Jan 16, 2023
@trop
Copy link
Contributor

trop bot commented Jan 16, 2023

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

@trop
Copy link
Contributor

trop bot commented Jan 16, 2023

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

@trop trop bot added in-flight/22-x-y merged/23-x-y PR was merged to the "23-x-y" branch. and removed target/22-x-y PR should also be added to the "22-x-y" branch. target/21-x-y PR should also be added to the "21-x-y" branch. labels Jan 16, 2023
@trop trop bot added merged/21-x-y PR was merged to the "21-x-y" branch. merged/22-x-y PR was merged to the "22-x-y" branch. and removed in-flight/23-x-y labels Jan 17, 2023
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/21-x-y PR was merged to the "21-x-y" branch. merged/22-x-y PR was merged to the "22-x-y" branch. merged/23-x-y PR was merged to the "23-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CMD + Tab not working on Mac after exiting kiosk (full screen) mode
2 participants