-
Notifications
You must be signed in to change notification settings - Fork 30.1k
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
QuickOpen: add aria-setsize and aria-posinset #76709
Comments
(Experimental duplicate detection)
|
@isidorn I'm using the quick pick service for that and I think this should be added there (or we need to add API so that I can set the labels that are read out) |
Currently we do not support JAWS, only NVDA on windows and VoiceOver on mac. More about this can be found here https://code.visualstudio.com/docs/editor/accessibility#_screen-readers And this works just fine with VoiceOver thus closing. |
@isidorn this is not quick open related is it? these attributes should be on the tree/list layer, no? |
They are already on the list layer. But the quick open is using the old tree. |
@isidorn not sure, all pickers use the new tree and I think this is about the theme picker? |
@bpasero you are correct. We are using the new tree and the |
Environment Details:
VSCode Version : 1.36.1 (user setup)
OS Version : Win10
Additional Details:
MAS Violated : MAS 1.3.1
Screen Reader Versions : JAWS 2019
Repro Steps:
1.Open Visual studio code editor.
2.Open the command Pallet by pressing "F1" key and type "Theme"
3.Using Down arrow key select "Preference colour Theme" and press enter key to select.
4.Using "Up/Down" arrow key select different available theme.
5.Start screen reader.
Actual:
Screen reader does not announce the ordering that is 'light 1 of 15' for drop down item of 'select colour theme' combo box.
This issue is observed in Win10 + JAWS
Expected:
Screen reader should announce the proper ordering that is 'light 1 of 15' for each drop down item of 'select colour theme' combo box.
Recommendations:
Refer below link which is repository of bug fixes code snippets:
https://microsoft.sharepoint.com/teams/msenable/mas/pages/browse-fixes.aspx
User Impact:
Screen reader users will not get the exact information.
MAS Reference:
MAS 1.3.1 - https://microsoft.sharepoint.com/:w:/r/teams/msenable/_layouts/15/WopiFrame.aspx?sourcedoc={54f28d1f-a2d1-4dcd-84e1-5c9b87e8aba4}
Attachment for Reference:
A11y_VSCode_ChangingoftheTheme_ScreenReader.pptx
The text was updated successfully, but these errors were encountered: