-
Notifications
You must be signed in to change notification settings - Fork 7
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
General application a11y tasks #1634
Comments
Task 2: General fixes for Keyboard Navigation through top barKeyboard Nav test failure: when you tab from the top URL into the app, the navigation skips the top row e.g., all of the above is skipped except the user selection on the right: And the behavior is similar across each page. Task is to ensure tab steps through each of the selectable components, and arrows etc. can be used to step through lists etc. |
Task 3: Fix TimelineItemList to allow arrow up and down, tab to exitFrom Keyboard Navigation testing: Task is to fix tab and arrow behavior. |
Task 4: Fix TimelineItemList to allow selection of add filter by keyboardFrom Keyboard Navigation testing: Task is to allow tab or arrow through the popup |
Task 5: Fix ContextMenu Keyboard Nav behaviorOnce a ContextMenu is popped up, you can't traverse the menu with tab or arrows, and tab just leaves the menu up (so you're tabbing elsewhere with the menu up and no way to pop it down). Fix up so that (1) esc or tab makes menu go away, (2) arrows allow traverse and (3) enter selects item |
Task 6: Plan snapshot button Keyboard Nav issue with popupWhen the snapshot button popup is up, you can only use tab to traverse not arrows. |
Overview
General a11y updates across application Q2 FY24
For each of the Tasks in comments below, please report conclusion of each within the comment itself.
Version
UI 3.2.0
Reproduction
System Info
The text was updated successfully, but these errors were encountered: