You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. :/
The text was updated successfully, but these errors were encountered:
…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]>
There are lots of issues:
tabindex=0
orhref="#"
to the<a>
).tabindex=0
orhref="#"
). The ARIA attributes here also look a little odd---this isrole="tabpanel"
but noaria-labelledby="..."
---but I am no expert.tabindex=0
orhref="#"
).The only way to manipulate the date via keyboard seems to be editing the URL. :/
The text was updated successfully, but these errors were encountered: