Skip to content
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

fix key nav on charts page #13139

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aalves08
Copy link
Member

@aalves08 aalves08 commented Jan 16, 2025

Summary

Fixes #12783

Occurred changes and/or fixed issues

  • Fixes keyboard navigation on the charts page
  • Fixes Select component implementation so that it opens on enter/space and not open just on focus
  • Fixes SelectIconGrid so that it allows for keyboard nav
  • Fixes Carousel so that it allows for keyboard nav

Technical notes summary

There's a bug on the Rules tab in ingress create screen #13147 that is proven not to be related to any change of this PR. Ignore it if testing Select's on that area.

Areas or cases that should be tested

  • test charts page
  • test areas where SelectIconGrid is implemented (navlink groups, cluster provisioning, charts, auth provider)

Areas which could experience regressions

  • Test Select's thoroughly throughout the UI, especially more "exotic" implementations. Basic use case should be covered.

Screenshot/Video

Checklist

  • The PR is linked to an issue and the linked issue has a Milestone, or no issue is needed
  • The PR has a Milestone
  • The PR template has been filled out
  • The PR has been self reviewed
  • The PR has a reviewer assigned
  • The PR has automated tests or clear instructions for manual tests and the linked issue has appropriate QA labels, or tests are not needed
  • The PR has reviewed with UX and tested in light and dark mode, or there are no UX changes

@rancher-ui-project-bot rancher-ui-project-bot bot added this to the v2.11.0 milestone Jan 16, 2025
@aalves08 aalves08 requested a review from rak-phillip January 17, 2025 16:58
@aalves08 aalves08 marked this pull request as ready for review January 17, 2025 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

a11y: Fix keyboard navigation and focus display for charts grid
1 participant