Tagged Questions
4
votes
2answers
260 views
What happens when the focus rectangle isn't clear?
I get a lot of clients that comment that the focus box isn't obvious enough in some browsers. Is it common and good practice to make it more obvious? If so, how exactly do people do this?
5
votes
5answers
1k views
Auto focus on the first form field; done right?
I want to add a bit to the flow of users, by making the first form field auto focus on page load.
Initially the auto focus scares me a bit (sometimes called offensive). But as said in that Q&A, ...
8
votes
9answers
799 views
Drawbacks of auto “focusing” on a web page's text field (JavaScript)
Do you guys know any drawback of focusing on a text field on a web page ?
It's pretty useful when you know users will use this text field more than others (like on the google homepage), but it's a bit ...