NVDA/JAWS should announce the placeholder text provided at edit fields in command palette.
See original GitHub issueHello, we have been recently testing out our extension for accessibility bugs, and we believe we may have found one directly linked to vscode. The extension we are using is Bridge to Kubernetes.
https://learn.microsoft.com/en-us/visualstudio/bridge/bridge-to-kubernetes-sample
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: Visual Studio Code Version 1.73.1. (user setup)
- OS Version: Windows 11 Version 21H2 (OS Build 22000.376)
Steps to Reproduce:
- Turn on NVDA/JAWS.
- Open Visual studio code application and setup Bridge to Kubernetes extension.
- Download cluster config file and load ‘stats-apo’ project.
- Press ‘Ctrl+Shift+P’ open command palette in View menu.
- Select ‘Bridge to Kubernetes: Configure’ and press enter.
- Navigate using down arrow key to select ‘stats-api’ in connect to kubernetes (1/4) stage and press enter.
- Input ‘3001’ in connect to kubernetes service: stats-api (2/4) stage and press enter.
- Verify whether NVDA/JAWS is announcing the given placeholder text at edit field or not.
Issue Analytics
- State:
- Created 10 months ago
- Comments:34 (21 by maintainers)
Top Results From Across the Web
Add placeholder text for all the fields in change - ServiceNow
This won't work in service portal, but change usually stays in platform so this should work for you: var field1 = g_form.getControl('[INSERT NAME...
Read more >Don't Use The Placeholder Attribute - Smashing Magazine
A neat thing worth pointing out is that if a label is programmatically associated with an input, clicking or tapping on the label...
Read more >Is placeholder text a sufficient accessible label for form fields
In a mobile first world many websites use placeholder text to save space. Let's test to see if its a good idea. In...
Read more >placeholder - CSS: Cascading Style Sheets - MDN Web Docs
Placeholder text will also disappear when a person enters content into ... is available even if information is entered into the input field, ......
Read more >Add, edit, or remove a placeholder on a slide layout
Add a placeholder to a PowerPoint slide to contain a picture, video, text, SmartArt graphic, screen capture, and much more.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for the update @TylerLeonhardt, that totally makes sense. I will let the testers know. Happy holidays!
Perhaps when
editor.accessibilityMode
is true, we could not select an item by default so that the placeholder text will have focus every time?