Accessibility challenges while navigating and reading in vscode #107818
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
under-discussion
Issue is under discussion for relevance, priority, approach
I am currently using windows10(Microsoft® Windows® Operating System Version 10.0.19041.329), vscode(Visual Studio Code Version 1.49.2), JAWS 2020 screen reader for reading code in vscode. I have encountered the following issues:
a. The word is 'need'. so if the screen reader reads the character 'e' twice it is correct behavior.
b. The word is 'read'. If after reading character 'e' it again reads 'e' instead of 'a' it is incorrect behavior.
Also this issue is not occurring frequently, rather an intermittent behavior which randomly springs up.
a.
i. if() {
ii. console.log('Hello');
iii. }
If the screen reader reads 'if statement' twice it is incorrect behavior in above snippet because second line is 'console.log()'.
b.
i.
console.log('hello');
ii.
console.log('hello');
If now screen reader reads the line twice it is correct as same line is written 2 times in the snippet.
The first scenario I have mentioned is again a intermittent behavior observed in vscode while reading the code and it causes a person using screen reader to skip a particular line of code.
Comment: While checking with another open source screen reader 'NVDA', the same issue is not observed by me , but needs further investigation using ‘NVDA’ as the issue might be present in NVDA as well since it is not a very frequent behavior and primary screen reader used by me is 'JAWS'.
The text was updated successfully, but these errors were encountered: