You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JAWS incorrectly announces toolbar label "Toolbar for code block which can be reached via tab" information pulled from ARIA attributes:A11y_Visual Studio Code Client_get started with accessibility feature_Usable #247098
Visual Studio Code version 1.99.2
Microsoft Windows 11 Enterprise (24H2)
OS Build 26100.2605
JAWS version 2025.2504.89
Repro Steps:
Turn on JAWS screen reader
Open Visual studio code insider
Link a GitHub Account
Sign Up for Free Copilot Use
Sign Up for Free Copilot Use and in copilot chat copilot response containing one or more code blocks.
TAB till tool bar of code block.
Observe that JAWS incorrectly announces toolbar label "Toolbar for code block which can be reached via tab" information pulled from ARIA attributes
Actual:
JAWS reads and announces a label such as “Toolbar for code block which can be reached via tab”, which is being pulled from the element's ARIA-label or label attribute
Expected:
JAWS should announce the toolbar with a clear and accurate label that aligns with the visual context and accessibility best practices. If the label is no longer valid or intended to be removed/changed, JAWS should not continue to pick it up from outdated or residual ARIA attributes after updates.
User Impact:
if screen reach announces tool bar label as "Toolbar for code block which can be reached via tab" after reaching to tool bar than there is user of it for screen reader user.