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
Modify the tab key behavior on the Login Page such that when the email input field has focus, pressing the Tab key should shift the focus to the password input field.
Currently, when the email input field on the login page has focus, pressing the Tab key moves focus to the "Forgot your password?" link instead of the password input field. This behavior is not ideal for user experience as it deviates from the expected flow of tabbing through input fields. The intended behavior should be for the user to be able to navigate sequentially through the input fields using the Tab key.
TODO (Optional)
Identify the current tab order on the login page.
Adjust the tab order so that the password input field is the next element in focus after the email input field.
Test the new tab order using the tab key to ensure that it works as expected.
Additional notes (Optional)
This change will improve the accessibility and user experience of the login form by making it easier for users to navigate between fields using the keyboard.
The text was updated successfully, but these errors were encountered:
Task description
Modify the tab key behavior on the Login Page such that when the email input field has focus, pressing the Tab key should shift the focus to the password input field.
https://studio.giselles.ai/login
Background
Currently, when the email input field on the login page has focus, pressing the Tab key moves focus to the "Forgot your password?" link instead of the password input field. This behavior is not ideal for user experience as it deviates from the expected flow of tabbing through input fields. The intended behavior should be for the user to be able to navigate sequentially through the input fields using the Tab key.
TODO (Optional)
Additional notes (Optional)
This change will improve the accessibility and user experience of the login form by making it easier for users to navigate between fields using the keyboard.
The text was updated successfully, but these errors were encountered: