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: focus rings with multiple buttons in showMessageBox #36772

Merged
merged 1 commit into from Jan 5, 2023

Conversation

codebytere
Copy link
Member

@codebytere codebytere commented Jan 2, 2023

Description of Change

Closes #36721.

We shouldn't manually highlight the default button unless there's a cancel button with respective cancelId. macOS automatically infers default button highlighting and changing that affects focus ring behavior and appearance.

Before Screenshot 2023-01-02 at 2 55 21 PM
After Screenshot 2023-01-02 at 2 54 26 PM

Tested with https://gist.github.com/d9bd650ffc1efcf61016cbc81ea35652.

There's also another issue here with key equivalent accessibility, but i'm going to look into that as a follow-up.

Checklist

Release Notes

Notes: Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox().

@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 2, 2023
@electron-cation electron-cation bot added the new-pr 🌱 PR opened in the last 24 hours label Jan 2, 2023
@codebytere codebytere changed the title fix: focus rings with multiple buttons in messageBox fix: focus rings with multiple buttons in showMessageBox Jan 2, 2023
@electron-cation electron-cation bot removed the new-pr 🌱 PR opened in the last 24 hours label Jan 3, 2023
@codebytere codebytere merged commit 32288ac into main Jan 5, 2023
@codebytere codebytere deleted the fix-highlighting branch January 5, 2023 08:56
@release-clerk
Copy link

release-clerk bot commented Jan 5, 2023

Release Notes Persisted

Fixed an issue with incorrect focus ring highlighting when using dialog.showMessageBox().

@trop
Copy link
Contributor

trop bot commented Jan 5, 2023

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

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

trop bot commented Jan 5, 2023

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

@trop
Copy link
Contributor

trop bot commented Jan 5, 2023

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

@trop trop bot added in-flight/22-x-y merged/21-x-y PR was merged to the "21-x-y" branch. and removed 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 5, 2023
@trop trop bot added merged/23-x-y PR was merged to the "23-x-y" branch. merged/22-x-y PR was merged to the "22-x-y" branch. and removed in-flight/21-x-y labels Jan 5, 2023
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
…36772)

fix: focus rings with multiple buttons in messageBox
gecko19 pushed a commit to brightsign/electron that referenced this pull request Feb 28, 2023
…36772)

fix: focus rings with multiple buttons in messageBox
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]: macOS confirmation dialog does not show blue border around focused button when it is default
2 participants