Comment #8 on issue 3208 by henno.taht: Selecting a saved username from  
dropdown in username field should automatically populate password field
http://code.google.com/p/chromium/issues/detail?id=3208

I'd opt for the Firefox-style behavior:

1) The page loads and the username field is empty
2) User single-clicks the empty username field if the field already has  
focus (most
decent sites give the username field focus OnLoad) or clicks twice (doesn't  
have to
be a proper double click, per se, because the first click gives the field  
focus and
the second click activates the popup. I think OnClick checks if the field  
has focus
and OnDoubleClick just displays the popup)
3) A popup appears with all the stored usernames
4) User clicks the desired username on the popup
5) The username and the password field is filled

So with decent sites (defined above), it takes only 3 clicks to log in:
1) A click on the username field
2) A click on the popup
3) A click on the "Log in" button

No matter under which user name.

Hope this gives some ideas to a developer.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to