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: RTL WindowButtonsProxy buttons #36839

Merged
merged 2 commits into from
Jan 10, 2023
Merged

fix: RTL WindowButtonsProxy buttons #36839

merged 2 commits into from
Jan 10, 2023

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Jan 9, 2023

Description of Change

Closes #36539.

Fixes an issue where custom traffic lights wouldn't properly respect an application's locale setting if it differed from the system setting and had a different directionality. This was happening because macOS native elements set their origin and axis based upon the system locale RTL setting, and so even when we took RTL into account in WindowButtonsProxy it would still be incorrect. To fix this, we set Apple app-level defaults to force RTL or LTR if it differs from the system locale. This PR also adds support for --force-ui-direction similar to CL:956297

Tested with https://gist.github.com/8dc6c09539222ee3ad86146123982011, using an English system locale setting.

Before Screenshot 2023-01-09 at 9 53 04 AM
After Screenshot 2023-01-09 at 10 28 47 AM

Checklist

Release Notes

Notes: Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS.

@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 9, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 9, 2023
@codebytere codebytere force-pushed the rtl-correction branch 2 times, most recently from 571cf4f to e738173 Compare January 9, 2023 13:54
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jan 10, 2023
@codebytere codebytere merged commit 4147912 into main Jan 10, 2023
@codebytere codebytere deleted the rtl-correction branch January 10, 2023 11:19
@release-clerk
Copy link

release-clerk bot commented Jan 10, 2023

Release Notes Persisted

Fixed an RTL issue that could happen in some locales when calling BrowserWindow.setTrafficLightPosition() on macOS.

@trop
Copy link
Contributor

trop bot commented Jan 10, 2023

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

@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 10, 2023
@trop
Copy link
Contributor

trop bot commented Jan 10, 2023

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

@trop
Copy link
Contributor

trop bot commented Jan 10, 2023

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

@trop trop bot added in-flight/21-x-y 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. 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. in-flight/21-x-y labels Jan 10, 2023
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* fix: RTL WindowButtonsProxy buttons

* chore: address review feedback
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
* fix: RTL WindowButtonsProxy buttons

* chore: address review feedback
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.

[Bug]: settrafficLightPosition on macOS calculates incorrectly for RTL system languages
3 participants