-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Bug
Copy link
Labels
37-x-ya11ybug 🪲bug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethinghas-repro-gistIssue can be reproduced with code at https://gist.github.com/Issue can be reproduced with code at https://gist.github.com/platform/macOSstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Description
Preflight Checklist
- I have read the Contributing Guidelines for this project.
- I agree to follow the Code of Conduct that this project adheres to.
- I have searched the issue tracker for a bug report that matches the one I want to file, without success.
Electron Version
37.2.6
What operating system(s) are you using?
macOS
Operating System Version
15.6 (24G84)
What arch are you using?
arm64 (including Apple Silicon)
Last Known Working Electron version
36.7.4
Does the issue also appear in Chromium / Google Chrome?
No
Expected Behavior
- The
app.accessibilitySupportEnabled
boolean is true when a screen reader is active (used to work fine with VoiceOver on MacOS with Electron v36). - The
app.on("accessibility-support-changed")
event handler reports true or false depending on whether a screen reader is active
Actual Behavior
- The
app.accessibilitySupportEnabled
boolean is false even when a screen reader is active (tested with VoiceOver on MacOS). - The
app.on("accessibility-support-changed")
event handler always reports false too
Testcase Gist URL
https://gist.github.com/danielweck/09d4acced320102382d9803634efac47
(look at the main process console for debugging information)
Tip: on MacOS, VoiceOver can be turned on/off using the CMD+F5 keyboard shortcut (use this when the Fiddle is running)
Additional Information
Possibly related?
Metadata
Metadata
Assignees
Labels
37-x-ya11ybug 🪲bug/regression ↩️A new version of Electron broke somethingA new version of Electron broke somethinghas-repro-gistIssue can be reproduced with code at https://gist.github.com/Issue can be reproduced with code at https://gist.github.com/platform/macOSstatus/confirmedA maintainer reproduced the bug or agreed with the featureA maintainer reproduced the bug or agreed with the feature
Type
Projects
Status
🛠️ Fixed for Next Release