-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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 editor indicators not accessible by keyboard #159088
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
on-testplan
settings-editor
VS Code settings editor issues
Milestone
Comments
rzhao271
added
bug
Issue identified by VS Code Team member as probable bug
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
settings-editor
VS Code settings editor issues
labels
Aug 24, 2022
This was referenced Aug 24, 2022
This was referenced Oct 11, 2022
This was referenced Nov 9, 2022
rzhao271
added a commit
that referenced
this issue
Nov 16, 2022
Ref #159088 By switching to hoverService, we get to customize the hover widget more for the Settings editor indicators.
rzhao271
added a commit
that referenced
this issue
Nov 16, 2022
Ref #159088 By switching to hoverService, we get to customize the hover widget more for the Settings editor indicators.
rzhao271
added a commit
that referenced
this issue
Nov 17, 2022
Ref #159088 By switching to hoverService, we get to customize the hover widget more for the Settings editor indicators.
rzhao271
added a commit
that referenced
this issue
Nov 17, 2022
Ref #159088 The "Modified in: User" indicator is not like other indicators, because it doesn't put up a hover, and it has a link in the label itself. This PR refactors that indicator and clarifies that tab focus goes straight to the link when using keyboard navigation.
rzhao271
added a commit
that referenced
this issue
Nov 17, 2022
Ref #159088 The "Modified in: User" indicator is not like other indicators, because it doesn't put up a hover, and it has a link in the label itself. This PR refactors that indicator and clarifies that tab focus goes straight to the link when using keyboard navigation.
rzhao271
added a commit
that referenced
this issue
Nov 17, 2022
Ref #159088 The "Modified in: User" indicator is not like other indicators, because it doesn't put up a hover, and it has a link in the label itself. This PR refactors that indicator and clarifies that tab focus goes straight to the link when using keyboard navigation.
rzhao271
added a commit
that referenced
this issue
Nov 17, 2022
rzhao271
added a commit
that referenced
this issue
Nov 21, 2022
rzhao271
added a commit
that referenced
this issue
Nov 22, 2022
rzhao271
added a commit
that referenced
this issue
Nov 22, 2022
This was referenced Nov 22, 2022
rzhao271
added a commit
that referenced
this issue
Nov 22, 2022
rzhao271
added a commit
that referenced
this issue
Nov 22, 2022
rzhao271
added a commit
that referenced
this issue
Nov 22, 2022
Add missing keydown event handlers Ref #159088
3 tasks
3 tasks
rzhao271
added a commit
that referenced
this issue
Nov 28, 2022
Ref #159088 * Focus back to last focused element when tabbing out of hover * Add focus trap (tab loop) while focused on the hover
rzhao271
added a commit
that referenced
this issue
Nov 28, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
on-testplan
settings-editor
VS Code settings editor issues
Currently, the Settings indicators area, which is the area with labels such as "Modified elsewhere", is not accessible by keyboard.
Ideas:
The text was updated successfully, but these errors were encountered: