-
Notifications
You must be signed in to change notification settings - Fork 16.3k
fix: app.accessibilitySupportEnabled
#48041
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
ff30e7e
to
78ce70b
Compare
78ce70b
to
ba01da7
Compare
Thank you team! :) |
Note that this probably doesn't only affect MacOS / VoiceOver. NVDA / JAWS users have reported bugs that indicate that screen reader detection is broken in Windows too. |
app.accessibilitySupportEnabled
on macOSapp.accessibilitySupportEnabled
Release Notes Persisted
|
I have automatically backported this PR to "38-x-y", please check out #48060 |
I have automatically backported this PR to "37-x-y", please check out #48061 |
Description of Change
Closes #48039.
Fixes an issue where
app.accessibilitySupportEnabled
didn't work as expected. This happened as a result of #46118.Checklist
npm test
passesRelease Notes
Notes: Fixed an issue where
app.accessibilitySupportEnabled
didn't work as expected.