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
Accessibility issues with RadioButtonGroup inside shadow dom component, not respecting focus and arrow keys order.
Current Behavior
Using a RadioButtonGroup inside a shadow dom component, when tabbing into the RadioButtonGroup, the last radio button gets focused instead of the first.
If I then want to change the selected radio button with the arrow keys (both up/down, left/right) the order is unexpected and I'm not able to reach all radio buttons.
Expected behavior
When my app is not wrapped in a shadow dom, I don't have the buggy accessibility behavior.
Bug report
Accessibility issues with RadioButtonGroup inside shadow dom component, not respecting focus and arrow keys order.
Current Behavior
Using a RadioButtonGroup inside a shadow dom component, when tabbing into the RadioButtonGroup, the last radio button gets focused instead of the first.
If I then want to change the selected radio button with the arrow keys (both up/down, left/right) the order is unexpected and I'm not able to reach all radio buttons.
Expected behavior
When my app is not wrapped in a shadow dom, I don't have the buggy accessibility behavior.
Suggested solution
I see this PR?: #2712
Your environment
The text was updated successfully, but these errors were encountered: