-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugins: can't access manage mode using keyboard #459
Labels
Comments
alisterscott
added
[Type] Bug
Jetpack
Jetpack Plugins
Accessibility
(a11y)
[Type] Janitorial
labels
Nov 23, 2015
I was able to use the keyboard to successfully activate a plugin. Feel free to reopen this if you still find it an issue. |
This was referenced Apr 13, 2021
This was referenced Apr 27, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally raised by @enejb
Can't navigate using the keyboard into the manage mode on the plugin list view.
Feedback from @lancewillett
Seems like the span inside the anchor is what causes this — the keyboard focus on the
span
element and not thea
element.The text was updated successfully, but these errors were encountered: