Skip to content
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

screen reader VI accessibility bug with f8 key when using rust #209083

Closed
RoryMichie opened this issue Mar 29, 2024 · 2 comments
Closed

screen reader VI accessibility bug with f8 key when using rust #209083

RoryMichie opened this issue Mar 29, 2024 · 2 comments
Assignees

Comments

@RoryMichie
Copy link

Does this issue occur when all extensions are disabled?: Yes/No
No

  • VS Code Version: 1.87.2
  • OS Version: Windows 11 22H2 (x64) build 22621.3155

Steps to Reproduce:
(while using a screen reader, bug known to occur with NVDA)

  1. Create a new rust project (cargo new)
  2. Enter it with vscode and go into main.rs
  3. Delete what is inside main.rs and insert this broken sample, for instance:
fn main(){
    let x = 2;
    x += 1;
}
  1. Press f8 and listen to the error read out to you
  2. Try to type something else after your main function.
  3. As you type, you will hear a repeated announcement of the error
@meganrogge
Copy link
Contributor

This is by design atm. We're considering reworking / allowing fine tuning of this though in the near future.

#188285

@RoryMichie
Copy link
Author

It is worth noting that the last error read out with f8 is also read out no matter what line you are on, every time you type a character or delete one

@microsoft microsoft locked and limited conversation to collaborators Jun 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants