Skip to content
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

quick pick: a11y workaround #212248

Merged
merged 2 commits into from May 10, 2024
Merged

quick pick: a11y workaround #212248

merged 2 commits into from May 10, 2024

Conversation

joaomoreno
Copy link
Member

@joaomoreno joaomoreno commented May 8, 2024

Fixes #211976

Unfortunately A11Y in browsers is both brittle and cumbersome. This PR removes and adds the currently focused tree node DOM node from its parent to nudge NVDA to read what we want it to read. It's hard to accomplish this in any other way without compromising performance, we're limited by the ARIA "api".

@joaomoreno joaomoreno self-assigned this May 8, 2024
@joaomoreno joaomoreno enabled auto-merge (squash) May 8, 2024 08:40
@VSCodeTriageBot VSCodeTriageBot added this to the May 2024 milestone May 8, 2024
TylerLeonhardt
TylerLeonhardt previously approved these changes May 8, 2024
@joaomoreno joaomoreno merged commit aef6b4c into main May 10, 2024
6 checks passed
@joaomoreno joaomoreno deleted the joao/silver-earthworm branch May 10, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

screen reader issue since 1.89.0 with open file CTRL+p
4 participants