Start Kibana and load the E*commerce sample data set
Click the "Edit" button to edit and create visualizations
Click Aggregation based > Line to load the editor
Add at least one data point that draws a line on the chart
Save this chart to your dashboard
Click on the chart legend to open the color swatch picker
Press Tab to set focus on the swatch picker flyout
Press Tab again and verify focus does not go to the first swatch (which is a proper radio button).
Actual Result
User can only click on these swatches with a mouse
Expected Result
User can click on swatches with a mouse
User can navigate to swatches using arrow keys
Screen reader announces the currently selected swatch properly
Code Change
The color swatches are marked up as label + input[type="radio"] but the radio buttons need a custom group name and ID/for attribute relationships. Should work correctly when those are updated.
Steps to reproduce
Tab
to set focus on the swatch picker flyoutTab
again and verify focus does not go to the first swatch (which is a proper radio button).Actual Result
Expected Result
Code Change The color swatches are marked up as
label + input[type="radio"]
but the radio buttons need a custom group name and ID/for attribute relationships. Should work correctly when those are updated.Kibana Version: v8.8.0
OS: MacOS Monterey
Browser: Chrome
Relevant WCAG Criteria: SC 2.1.1: Keyboard (Level A)