#Steps to reproduce (assumes ChromeVox or similar)

[Tab] or [Shift+Tab] to the color theme picker at the top left of the page
- Press
[Enter] to open the dropdown
- Press
[Tab] five times
Actual Result
The dropdown would close and navigation would continue to the search box
Expected Result
The focus "loops" inside of the dropdown element, trapping the keyboard.
Suggested Fixes
Review accessible select boxes and dropdowns and ensure navigation is possible and focus is not trapped. See here for a few good examples: https://pattern-library.dequelabs.com/components/selects
Additionally, if this dropdown is a dogfood element from EUI itself, the core UI component should be fixed as well.
Category: #615: Elastic UI Chrome Accessibility
Relevant WCAG Criteria: 2.1.2 No Keyboard Trap
#Steps to reproduce (assumes ChromeVox or similar)
[Tab]or[Shift+Tab]to the color theme picker at the top left of the page[Enter]to open the dropdown[Tab]five timesActual Result
The dropdown would close and navigation would continue to the search box
Expected Result
The focus "loops" inside of the dropdown element, trapping the keyboard.
Suggested Fixes
Review accessible select boxes and dropdowns and ensure navigation is possible and focus is not trapped. See here for a few good examples: https://pattern-library.dequelabs.com/components/selects
Additionally, if this dropdown is a dogfood element from EUI itself, the core UI component should be fixed as well.
Category: #615: Elastic UI Chrome Accessibility
Relevant WCAG Criteria: 2.1.2 No Keyboard Trap