Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
neodite7097yHumm depends.
I normally only use them for webapps where the first screen a user hits is the login page with a login form and forgot password link. Then I autofocus the username. -
Voxera115857yIf the pages sole purpose is the form, sure.
If the form is just one feature on the page, like a search box or subscribe form, no! -
I’m working on a site now where the search form his hidden behind the button. And when you click the button, the form is shown and autofocused
Related Rants
-
bjorngi26The aCalendar app let's you choose vibration pattern, it's one of the better settings I've seen.
-
aswinmohanme17When you take User Experience to the next level. Just what I was thinking Credits : Riot App
-
htlr81Been looking around ways to improve devrant's user experience a little, Idk whether you guys like it or not.. ...
Forms with autofocus. What are your opinions on that?
My boss keeps asking us to always give autofocus to the first input of a form, without any UX study to support it, just his opinion ("I think it makes sense"). I fucking hate it. He says it's nice for keyboard users, but I'm a keyboard user myself and I say that's what the tab key is for. To fucking focus stuff.
It really annoys me to no end when things like this are requested, but it's ok to have buttons, checkboxes, etc without fucking :focus and :active styles. Just :hover is not enough ffs.
And "links" that work with "onclick". Damn how I want to kill anyone that does that.
rant
keyboard users
accessibility
ux