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
Fix the '+(xx) others' link losing focus after activation
Reported as an issue in JAWS, and also further observed as problematic
in other screen-readers, this issue was actually a problem for all
users as it did not focus a relevant element after activation.
I've now changed the behaviour:
* Anchor element is replaced with a button for improved accessibility
* Button inherits parent styles to appear like a link
* After activation, focus the first link in the now-visible links panel
0 commit comments