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

Backwards tabbing broken with Clear Button keyboard accessibility fix #2301

Closed
danielsefton opened this issue Oct 24, 2023 · 2 comments
Closed
Assignees
Labels

Comments

@danielsefton
Copy link

Describe the bug
After the release of PR2445 I can no longer tab backwards, the focus remains cycling between the select box and the clear button.

Reproducbile example
The official demo page

To Reproduce
Steps to reproduce the behavior:

  1. Tab to the select box with TAB
  2. Keep pressing SHIFT + TAB
  3. Notice the focus is captured between the select box and the clear button

Expected behavior
Pressing SHIFT + TAB while the select box is focused should focus the previous tabbable element on the page.

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser: Firefox
  • Version: Latest

Additional context
I would say this is a high priority fix as it will break the keyboard accessibility of every web app that uses the component.

@smorandi
Copy link

smorandi commented Dec 1, 2023

yes indeed, very annoying :|

@robertkuntz
Copy link

It would be nice it we could disable the focus on the clear button altogether

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants