forked from sebsauvage/Shaarli
-
Notifications
You must be signed in to change notification settings - Fork 297
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
minor ui improvement: focus some "default" fields #1974
Labels
accessibility
accessibility & standards compliance
enhancement
ergonomy
user experience
template
HTML rendering
Milestone
Comments
hydrargyrum
changed the title
minor ui improvement: focus login field
minor ui improvement: focus some "default" fields
Apr 15, 2023
ArthurHoaro
added a commit
to ArthurHoaro/Shaarli
that referenced
this issue
Apr 15, 2023
Bulk action form and input were loaded with autofocus feature on all pages, preventing other input field to benefit from autofocus feature. Fixes shaarli#1974
Thanks for the report! This was actually the case and got broken by another feature recently. I'm keeping this issue open because I like your suggestions:
|
ArthurHoaro
added
template
HTML rendering
accessibility
accessibility & standards compliance
labels
Apr 15, 2023
👍 |
@nodiscc We'll see. No promise. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
accessibility
accessibility & standards compliance
enhancement
ergonomy
user experience
template
HTML rendering
When landing on the login page (
/login
), the username field should be automatically focused, or at least be accessible with a singletab
press instead of the 8th press.Also, when landing on the "shaare" page (
/admin/add-shaare
), the URL field should be focused.And when clicking on the "search" header icon (the magnifier), at least one of the 2 search fields should be focused (let's say the leftmost one: text search).
The text was updated successfully, but these errors were encountered: