-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Screen reader not detected on macOS #167627
Comments
I am on macOS ventura and for me this works just fine - both if I first start screen reader, or first start VS Code Insiders. fyi @meganrogge since I know you are also on macOS |
On macOS Ventura, with Insider's already open, I expect to see the status bar entry when I turn VoiceOver on, but do not. Maybe related - I had just turned off screen reader mode prior to this by answering the question voiceOver.mov |
@meganrogge double check your |
thanks @isidorn it doesn't work for me when I set that to |
When I toggle VoiceOver, this line does not get hit even though the value of vscode/src/vs/workbench/browser/parts/editor/editorStatus.ts Lines 671 to 673 in e8e7adf
I think that's because we don't update the configuration value directly here vscode/src/vs/platform/accessibility/browser/accessibilityService.ts Lines 105 to 114 in e8e7adf
So, we should forward the |
heard from @kieferrm that the value in his case is not set correctly. The issue I described is different as it's strictly a UI problem. |
Runtime issue has been resolved, leaving the issue open for #167960 |
This is working for me, no need for my changes |
There are still issues on macOS Monterey:
|
Thanks for testing this extensively! 1) and 2) are not regressions from this issue but behavior that has been existed before. I have opened separate issues to track these. In both the scenarios, the runtime puts the application into a11y mode, its just that our components to indicate the mode is not updated properly. |
Testing #167159
Version: 1.74.0-insider
Commit: 8b98917
Date: 2022-11-29T07:07:14.672Z
Electron: 19.1.6
Chromium: 102.0.5005.167
Node.js: 16.14.2
V8: 10.2.154.15-electron.0
OS: Darwin arm64 21.6.0
Sandboxed: Yes
Automatic screen reader detection doesn't work for me at all, i.e. in none of the scenarios listed in the test plan item. The only way to get in and out of screen reader mode is to use the command.
The text was updated successfully, but these errors were encountered: