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
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:
- The
/projects Invite Members button
- The New access token button on
/user/tokens
- View Usage inside of
/user/billing
Related issues
Further reading
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 #15809Copybutton 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:
/projectsInvite Members button/user/tokens/user/billingRelated issues
Further reading