Keyboard navigation unreachable dashboard sections #16724
Labels
aspect: accessibility
component: dashboard
meta: never-stale
This issue can never become stale
type: bug
Something isn't working
Bug description
In the dashboard, there are many sections and individual components currently not accessible by sequential keyboard navigation. This means it's hard and sometimes impossible for users using screen readers to interface with Gitpod beyond creating a workspace.
Affected components
OrganizationSelector
(when closed, while it is open, it's inner options are focusable)UserMenu
<ContextMenu>
<Dropdown>
<Modal>
's close button - see Accessibility improvements on the New Workspace modal #15809Copy
button inside of an<InputWithCopy>
Components with double-focus
In some places, a user has to double-click Tab to go over a component. This happens most often on buttons which are also links.
Examples include:
/projects
Invite Members button/user/tokens
/user/billing
Related issues
Further reading
The text was updated successfully, but these errors were encountered: