vscode
vscode copied to clipboard
Accessibility: showInputBox title is not read aloud by screen reader
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:
- Enable a screen reader such as NVDA or JAWS.
- Enable Screen Reader Accessibility mode in VS Code.
- 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.