stevehanson / domain-switcher-chrome

Domain Switcher extension for Google Chrome
https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
Other
21 stars 15 forks source link

Anchors are not focusable #25

Open AndrewLeedham opened 2 years ago

AndrewLeedham commented 2 years ago

When switching domains you cannot tab through the options in the popup as they are not focusable. This seems to be because they are anchor elements but have no href. It seems like they should either be buttons or anchors with hrefs, but I don't think hrefs can control the parent tab from a popup AFAIK.