vscode icon indicating copy to clipboard operation
vscode copied to clipboard

Accessibility: showInputBox title is not read aloud by screen reader

Open BenBeckley opened this issue 9 months ago • 1 comments

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

  • VS Code Version: 1.97.2
  • OS Version: Windows 11 Version 24H2

Steps to Reproduce:

  1. Enable a screen reader such as NVDA or JAWS.
  2. Enable Screen Reader Accessibility mode in VS Code.
  3. Start VS Code and invoke a command that has an Input Box with a title*

Expected: The title of the input box should be read aloud by the screen reader Actual: The title of the input box is not read aloud Impact: Users utilizing screen readers may experience difficulty in identifying the names of edit fields clearly. *An example of this is the VS Code Azure Functions extension, and the "Create Function App in Azure..." command.

Image

BenBeckley avatar Mar 04 '25 17:03 BenBeckley