-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Mobile navbar menu toggle not focusable with TAB sequences #23053
Comments
I can see that the menu button on the right of the nav bar is not reachable by pressing tab. But i am not very sure which is the create button, is it "run the binary" link? |
I think this might be a problem with accessibility. Right now the menu button is not accessible by keyboard, leading to the inaccessiblity of buttons inside the menu like Create button. |
jolheiser
pushed a commit
that referenced
this issue
Feb 22, 2023
This PR is trying to add accessibility to the menu as mentioned in #23053 so the menu can be accessed using keyboard (A quick demo is added below), with a reference to [PR2612](#22612). The goal is to make the menu accessible merely using keyboard like shown below. And this PR might need confirmation from developers using screen readers.
Fixed by #23059 |
HesterG
added a commit
to HesterG/gitea
that referenced
this issue
Feb 23, 2023
This PR is trying to add accessibility to the menu as mentioned in go-gitea#23053 so the menu can be accessed using keyboard (A quick demo is added below), with a reference to [PR2612](go-gitea#22612). The goal is to make the menu accessible merely using keyboard like shown below. And this PR might need confirmation from developers using screen readers.
lunny
pushed a commit
that referenced
this issue
Feb 23, 2023
Backport #23059 This PR is trying to add accessibility to the menu as mentioned in #23053 so the menu can be accessed using keyboard (A quick demo is added below), with a reference to [PR2612](#22612). The goal is to make the menu accessible merely using keyboard like shown below. And this PR might need confirmation from developers using screen readers.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
A person with screen reader over a mobile can't access to their own profile or to the Create button.
This can be checked with mobile emulation in a browser without a screen reader.
Gitea Version
Codeberg
Can you reproduce the bug on the Gitea demo site?
Yes
Log Gist
No response
Screenshots
Git Version
No response
Operating System
No response
How are you running Gitea?
https://try.gitea.io
Database
None
The text was updated successfully, but these errors were encountered: