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

Time filter widget is not keyboard accessible #4362

Closed
twm opened this issue Jun 30, 2015 · 2 comments
Closed

Time filter widget is not keyboard accessible #4362

twm opened this issue Jun 30, 2015 · 2 comments

Comments

@twm
Copy link

twm commented Jun 30, 2015

There are lots of issues:

  • The button to open/close the selector cannot be tabbed to nor activated via keyboard (add tabindex=0 or href="#" to the <a>).
  • The Quick/Relative/Absolute selectors are the same (again, add tabindex=0 or href="#"). The ARIA attributes here also look a little odd---this is role="tabpanel" but no aria-labelledby="..."---but I am no expert.
  • Today/This week/Yesterday/Last 15 minutes, etc. links aren't focusable either (hello tabindex=0 or href="#").

The only way to manipulate the date via keyboard seems to be editing the URL. :/

@twm
Copy link
Author

twm commented Jun 30, 2015

Kibana 4.1.0, build 7467, 2d248dc. Firefox 38.0 on Ubuntu 14.04. I can't seem to set labels.

@nreese
Copy link
Contributor

nreese commented Sep 21, 2017

resolved in 6.0

@nreese nreese closed this as completed Sep 21, 2017
e40pud added a commit to e40pud/kibana that referenced this issue Jul 25, 2022
e40pud added a commit that referenced this issue Jul 26, 2022
…figure the time interval and look-back time (#137102)

* [Security Solution][Detections] Preview Rule: Make it possible to configure the time interval and look-back time (#4362)

* Fix CI

* Design updates

* Design updates

* [CI] Auto-commit changed files from 'node scripts/precommit_hook.js --ref HEAD~1..HEAD --fix'

* Fix CI

Co-authored-by: kibanamachine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants