-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
Notebook cell editor 'is not accessible at this time' #183967
Comments
That's coming from here. @joyceerhl were you in vscode/src/vs/editor/browser/controller/textAreaHandler.ts Lines 544 to 555 in 5ff3aa8
|
No I just had my screen reader turned on from outside VS Code, and VS Code didn't ask me to enable screen reader optimized mode (although all the verbosity hints were picked up correctly) |
Then the root of this bug is we're not detecting your screen reader correctly cc @deepak1556 Which were you using? NVDA, JAWS, Narrator? |
After digging around in settings I think the problem is that I'd set "editor.accessibilitySupport" to "off" some time ago, so even though I had a screen reader attached, editor accessibility support wasn't enabled--but all the accessibility verbosity settings were still functional, so I didn't initially realize that I'd disabled editor accessibility support. Is there a real end-user scenario for turning accessibility support off? |
Thanks for investigating. There is no benefit to turning accessibility support off when using a screen reader. So I think this can be closed unless you have a suggestion for different behavior @joyceerhl |
While testing #180470
The text was updated successfully, but these errors were encountered: