I have clicked in the user name field, typed trevjo, and then entered my password on this site thoustands of times. It's trivial on a PC, but on the phone it gets really old because you have to hunt and peck for each tap (including selecting the text fields and typing each character). Plus the possibility of mistyping it is significantly higher than on a PC, and fixing typos on the phone takes longer than just typing the whole thing in the first place.
Current implementation of login.pl:
Username and password fields are empty initially. Default focus is nowhere.
Suggested implementation of login.pl:
Username is remembered from previous session if the checkbox labeled "Remember my username?" is checked. Default focus is in the password field if the username is remembered. Default focus is in the username field if the username is not remembered.
Over the course of a year, estimating 500 phone logins, this would save me literally an hour or two, not to mention hundreds of times of being annoyed.
Current implementation of login.pl:
Username and password fields are empty initially. Default focus is nowhere.
Suggested implementation of login.pl:
Username is remembered from previous session if the checkbox labeled "Remember my username?" is checked. Default focus is in the password field if the username is remembered. Default focus is in the username field if the username is not remembered.
Over the course of a year, estimating 500 phone logins, this would save me literally an hour or two, not to mention hundreds of times of being annoyed.
Edited by TrevJo on Feb 3, 2013 10:45:19






























