keyboard navigation on login page not working adequately
- Dominant language
- Go
- Stars
- 37.1k
- Forks
- 1.5k
- Avg merge
- 1h 11m
- Merged PRs (30d)
- 1
Description
### Description
on the login page (if auth is enabled), there is a problem with the keyboard navigation
the page loads with the prompt in the username field --> this is good
with tab key, the prompt moves to the password field --> this is also good
with subsequent tab key, the expected behavior is for the prompt to go to the login button, but it doesn't --> not good
the only way to click the login button is with the mouse. this is doable, but quite annoying.
is there a way to fix this please?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the login page implementation and reproducing the issue with authentication enabled. Inspect the keyboard tab order after the username and password fields; done means the login button receives focus on the next Tab press and can be activated from the keyboard.
Written by the indexing model from the issue text.
Assessment
- Domain
- accessibility, authentication
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100