Bug
On the login page (/users/login), when the dev quick-login has pre-filled the form fields, pressing Tab to navigate between form elements immediately submits the form and navigates away.
Expected
Tab should move focus to the next form element without submitting.
Impact
Keyboard-only users cannot navigate the login form fields when credentials are autofilled (P1 accessibility issue).
Environment
- Framework version: 0.0.13
- Package:
simple_module_auth
Found during QA testing of smpy_gis.
Bug
On the login page (
/users/login), when the dev quick-login has pre-filled the form fields, pressing Tab to navigate between form elements immediately submits the form and navigates away.Expected
Tab should move focus to the next form element without submitting.
Impact
Keyboard-only users cannot navigate the login form fields when credentials are autofilled (P1 accessibility issue).
Environment
simple_module_authFound during QA testing of smpy_gis.