screen reader issue since 1.89.0 with open file CTRL+p #211976
Open
Description
opened on May 3, 2024
Does this issue occur when all extensions are disabled?: Yes/No
Yes
- VS Code Version: 1.89.0
- OS Version: Windows 10
Steps to Reproduce:
I'm using NVDA as screen reader, before 1.89.0 this worked:
- Opening the "search file by name or symbol" with
CTRL+p
- If I type path where only 1 file exists, the file name isn't "announced", cannot do up/down arrow as there's only one result.
- In fact, the first file isn't announce for result with more than one results.
To be clear, image we have the following file/directory tree
|- dir1/
|--- abc.go
|- main.go
Doing CTRL+p and than typing dir1/
it displayed the abc.go
file but screen reader says nothing.
For result with multiple file, the first file of the list isn't "sent" to screen reader, doing down arrow and the second file in list is "said" by scree reader.
If I may this is a huge problem.
Thanks
Activity