forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: [Obs Alerts > Rules][KEYBOARD]: State dropdown menu is not keybo…
…ard accessible (elastic#183509) Closes: elastic/observability-dev#3358 ## Description The Obs Alert Rules view has a `State` dropdown menu that cannot be accessed by keyboard. I've included a MOV file that shows the keypress events I tried to interact with the menu. ### Steps to recreate 1. Open the [Obs Alerts Rules](https://keepserverless-qa-oblt-b4ba07.kb.eu-west-1.aws.qa.elastic.cloud/app/observability/alerts/rules) table 2. Tab to the `State` button 3. Press `Enter` to open the menu 4. Click `Tab` and `Down_Arrow` to verify no action is being taken 5. Hover over the menu options and click one with a mouse to verify action is being taken ### What was changed?: 1. EuiSelectableListItem was replace to EuiSelectable ### Screen: https://github.com/elastic/kibana/assets/20072247/befc9c75-9313-416a-be64-cc0b67f97a84
- Loading branch information
Showing
3 changed files
with
109 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters