When using word navigation, the screen reader announces tokens twice #3312
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
*duplicate
Issue identified as a duplicate of another issue(s)
electron
Issues and items related to Electron
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
screen reader support turned on and using NVDA
Imagine I have the cursor at teh end of this line of code
vscode.window.activeTextEditor.document.languageId
When I press ctrl + left arrow, I hear 'languageId' being announced. I then press ctrl + left arrow again. The cursor moves to before the '.' and I head 'document' being announced (although the cursor is positioned after the document token). I press ctrl + left-arrow once more. The cursor is now positioned before the document token but I hear 'document' being announced again. It makes it sound like I have document typed twice.
Found when testing #3247
The text was updated successfully, but these errors were encountered: