-
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
Settings UI - value description is not being read by Screen Reader #180115
Comments
Reference bug: #164699 (comment) |
@isidorn I noticed that on macOS on Chromium-based browsers, VoiceOver doesn't read the aria-label of a div if the role of the div is set to "option". I'm wondering whether we could remove the "option" role of the div elements for this specific case, i.e. custom selectboxes on macOS, as a workaround? I can also file an upstream issue with Chromium in the meantime. |
I have filed an upstream issue with a min repro (minimal reproducible case) https://bugs.chromium.org/p/chromium/issues/detail?id=1448898. |
Acts as a workaround for and fixes #180115
Acts as a workaround for and fixes #180115
Verified the bug in the environment: |
Acts as a workaround for and fixes #180115
@BhanuPrakashGit please try again with today's Insiders. |
@rzhao271 Issue is still repro'ing. PFA for reference |
#regressed:05-29-23; |
Hi @BhanuPrakashGit, that doesn't look like the right version of Insiders to me. Please try again after downloading the latest Insiders from https://code.visualstudio.com/Insiders/#osx. |
GithubTags:#Regressed:05-31-23;#Closed; Bug is fixed and does not repro. Hence closing the bug. |
GitHub Tags:
#A11yMAS; #A11yTCS; #A11ySev2; #Device; #Visual Studio Code Client; #BM-VisualStudioCodeClient-MAC-Oct2022; WCAG1.3.1; #Voiceover; #Screenreader; #Info and Relationships;
Environment and OS details:
Visual Studio Code Insiders
Screenreader: Voiceover
Repro Steps:
Actual Result:
Voiceover is not announcing the message (Remove adjacent quotes ....) which appears when focus comes on "Auto".
Expected Result:
Voiceover should announce the message (Remove adjacent quotes ....) which appears when focus comes on "Auto".
Attachment:
The text was updated successfully, but these errors were encountered: