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
The page currently calls event.preventDefault() on every keydown event, making the page unaccessible for keyboard users, as tabbing between links is prevented by that call.
Consider only calling preventDefault() in the cases covered in the switch. I can submit a patch in a few days once my finals are over :)
The text was updated successfully, but these errors were encountered:
The page currently calls
event.preventDefault()
on everykeydown
event, making the page unaccessible for keyboard users, as tabbing between links is prevented by that call.Consider only calling
preventDefault()
in the cases covered in theswitch
. I can submit a patch in a few days once my finals are over :)The text was updated successfully, but these errors were encountered: