-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Accessibility: Active filter controls not accessible via keyboard navigation #12639
Labels
Comments
21 tasks
tbragin
added
the
bug
Fixes for quality problems that affect the customer experience
label
Jul 28, 2017
Bargs
added a commit
that referenced
this issue
Aug 8, 2017
Fixes #12639 It's now possible to tab to each filter's actions and interact with them via the keyboard. In order to get the actions to show/hide on both mouse hover and action focus I had to create a new filter-pill component that could manage a bit of state to track whether the user was interacting with a given pill or not.
Bargs
added a commit
to Bargs/kibana
that referenced
this issue
Aug 8, 2017
Fixes elastic#12639 It's now possible to tab to each filter's actions and interact with them via the keyboard. In order to get the actions to show/hide on both mouse hover and action focus I had to create a new filter-pill component that could manage a bit of state to track whether the user was interacting with a given pill or not.
Bargs
added a commit
to Bargs/kibana
that referenced
this issue
Aug 8, 2017
Fixes elastic#12639 It's now possible to tab to each filter's actions and interact with them via the keyboard. In order to get the actions to show/hide on both mouse hover and action focus I had to create a new filter-pill component that could manage a bit of state to track whether the user was interacting with a given pill or not.
Bargs
added a commit
that referenced
this issue
Aug 8, 2017
Fixes #12639 It's now possible to tab to each filter's actions and interact with them via the keyboard. In order to get the actions to show/hide on both mouse hover and action focus I had to create a new filter-pill component that could manage a bit of state to track whether the user was interacting with a given pill or not.
Bargs
added a commit
that referenced
this issue
Aug 8, 2017
Fixes #12639 It's now possible to tab to each filter's actions and interact with them via the keyboard. In order to get the actions to show/hide on both mouse hover and action focus I had to create a new filter-pill component that could manage a bit of state to track whether the user was interacting with a given pill or not.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
If you add a filter to one of your selected fields, the following UI displays:
However, there is no way to navigate to it via the keyboard. The focus simply goes between the "add a filter" link and the search button.
The text was updated successfully, but these errors were encountered: