-
Notifications
You must be signed in to change notification settings - Fork 267
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
a11y: Fix keyboard navigation and focus display issues on the home screen #12776
Comments
Needs manual validation at this time as we dont have existing accessiblity tests. Follow-up ticket to create automated tests coverage rancher/qa-tasks#1639 |
@yonasberhe23 there's already an issue for creating automated tests: #8986 where there's an associated PR with a WIP inclusion of cypress-axe: #12900 We wanted to knock out the priority 0 issues before spending time on tests, since I imagine that's going to take a while to configure and run. |
@aalves08 ah thanks for pointing that out. I'll close the ticket I created. |
Navigation using tab and return work as expected in However, the space bar does not perform click actions in elements inside the table. It works for elements outside tables. |
The decision made is that "links" that appear as buttons are to have the |
I'm reopening this issue as I identified a regression from the version I tested last. Screen.Recording.2025-01-28.at.16.28.34.movTested in
|
Hi @IsaSih I forgot about this. Thanks for reporting it. I've opened #13228 to make the close button always visible (it was only visible on mouse hover). To note that the home page banner closeability is tied to a user preference as well, meaning that if that preference is set to |
Since the solution is more complex, according to #13228 (comment) , I've created #13251 to track the reported situation from @IsaSih . Can this issue be closed or is this a blocker @IsaSih @nwmac ? FYI @rak-phillip |
a11y Issues: 62, 64, 65, 69, 60
Fix keyboard navigation and focus issues on the home screen:
In the clusters table - sorting icons do not support keyboard navigation or show focus - these should be fixed in the Sortable Table component.
Preferences link in the banner - link does not support keyboard navigation or show focus
Banner Close Button - close button does not support keyboard navigation or show focus
Banner Image Close Button - close button does not support keyboard navigation or show focus
** Issue 60 - Textual description missing for interactive image**
These two images are missing the
aria-label
attribute:The text was updated successfully, but these errors were encountered: