I am testing the accessibility of vscode in linux using the orca screen reader and the following version of VSCode:
Version: 1.42.0-insider
Commit: fd13e449f5f2fe300f187129d6065ed1cfad74d3
Date: 2020-01-17T16:32:04.733Z
Electron: 7.1.7
Chrome: 78.0.3904.130
Node.js: 12.8.1
V8: 7.8.279.23-electron.0
OS: Linux x64 5.4.12-arch1-1
In some situations when I need to edit some text, I get the following message:
The editor is not accessible at this time. Press Alt+F1 for options
Despite this message it is possible to type although it is not possible to use the arrows to review what was typed.
Steps to reproduce:
- Make sure that at least orca version 3.34.1 is running.
- Launch VSCode using the flag --force-renderer-accessibility
- When VSCode is active, press ctrl + alt + x to activate the extenssions view.
Result:
As soon as the key sequence is pressed, the focus is moved to a text field and the message mentioned above is read by the orca.
- Type for exemple the word java
Result:
Orca announces the number of extensions found.
- use the left arrow and the right arrow to review what was typed.
Result:
Orca is silent.
Additional information:
This problem does not happen when I access the command palette using ctrl + shift + p
I am testing the accessibility of vscode in linux using the orca screen reader and the following version of VSCode:
In some situations when I need to edit some text, I get the following message:
Despite this message it is possible to type although it is not possible to use the arrows to review what was typed.
Steps to reproduce:
Result:
As soon as the key sequence is pressed, the focus is moved to a text field and the message mentioned above is read by the orca.
Result:
Orca announces the number of extensions found.
Result:
Orca is silent.
Additional information:
This problem does not happen when I access the command palette using ctrl + shift + p