microsoft / tabster

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

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

Closed mshoho closed 5 months ago

mshoho commented 6 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.