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: rounded corners on vibrant macOS modals #39979

Merged
merged 2 commits into from Sep 27, 2023

Conversation

codebytere
Copy link
Member

Description of Change

Closes #39960.

Fixes an issue where vibrant windows incorrectly have square corners when they're modals. This was initially changed in #24250 in response to the current design of macOS whereby modals were flush to the top of their parent window, which is no longer the case. There also isn't really a concept of framelessness on parented modals, so that condition only applies to non-modal windows.

Before

Screenshot 2023-09-26 at 12 35 07 PM

After

Screenshot 2023-09-26 at 12 56 39 PM

Checklist

Release Notes

Notes: Fixes an issue where vibrant windows incorrectly have square corners when they're modals on macOS.

@codebytere codebytere added semver/patch backwards-compatible bug fixes target/25-x-y PR should also be added to the "25-x-y" branch. target/26-x-y PR should also be added to the "26-x-y" branch. target/27-x-y PR should also be added to the "27-x-y" branch. labels Sep 26, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Sep 26, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Sep 27, 2023
@codebytere codebytere merged commit 1ba321b into main Sep 27, 2023
17 checks passed
@codebytere codebytere deleted the fix-modal-vibrant-rounding branch September 27, 2023 13:12
@release-clerk
Copy link

release-clerk bot commented Sep 27, 2023

Release Notes Persisted

Fixes an issue where vibrant windows incorrectly have square corners when they're modals on macOS.

@trop
Copy link
Contributor

trop bot commented Sep 27, 2023

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

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

trop bot commented Sep 27, 2023

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

@trop
Copy link
Contributor

trop bot commented Sep 27, 2023

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

@trop trop bot added in-flight/25-x-y in-flight/26-x-y merged/27-x-y PR was merged to the "27-x-y" branch. and removed target/25-x-y PR should also be added to the "25-x-y" branch. target/26-x-y PR should also be added to the "26-x-y" branch. in-flight/27-x-y labels Sep 27, 2023
@trop trop bot added merged/26-x-y PR was merged to the "26-x-y" branch. merged/25-x-y PR was merged to the "25-x-y" branch. and removed in-flight/26-x-y in-flight/25-x-y labels Sep 28, 2023
MrHuangJser pushed a commit to MrHuangJser/electron that referenced this pull request Dec 11, 2023
Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged/25-x-y PR was merged to the "25-x-y" branch. merged/26-x-y PR was merged to the "26-x-y" branch. merged/27-x-y PR was merged to the "27-x-y" branch. semver/patch backwards-compatible bug fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: macOS modal windows with vibrancy should have rounded corners
4 participants