microsoft / tabster

Web Application Keyboard Navigation Tools
https://tabster.io
MIT License
116 stars 34 forks source link

fix(Focusable): Skipping unchecked radio group buttons when there is a checked button in the group. #388

Closed mshoho closed 1 month ago

mshoho commented 2 months ago

When tabbing, the browser skips unchecked radio buttons in a group when the group has a checked button. We are mimicking the same behaviour in our findElement function.