Closed
Bug 424302
Opened 18 years ago
Closed 18 years ago
Autocomplete partially filled.
Categories
(Toolkit :: Password Manager, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bruno.braga, Unassigned)
References
()
Details
Attachments
(1 file)
|
12.17 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4
After clicking the "Remember" for the webform in Gmail website (username/password data), if you try to open the page again, it only displays the password automatically without typing the username.
Reproducible: Always
Steps to Reproduce:
1. open gmail.com webpage
2. login into account
3. logout
4. open gmail.com webpage again
5. wait until the cursor is in username textbox (this is javascript automated)
6. press TAB to go to password textbox without typing anything
7. the password of your previous login appears
Actual Results:
even though no username was defined, the password textbox is filled with the last logged in username info (if that info was previously saved).
Expected Results:
if no username is defined in the username texbox, no password should be displayed.
| Reporter | ||
Comment 1•18 years ago
|
||
Updated•18 years ago
|
Component: Location Bar and Autocomplete → Form Manager
QA Contact: location.bar → form.manager
Updated•18 years ago
|
Component: Form Manager → Password Manager
QA Contact: form.manager → password.manager
Comment 2•18 years ago
|
||
It's possible you saved a login without the password... In Tools -> Options -> Security -> Show Passwords, do you see a username stored with your google entry? If not, enable debugging and attach output here... See: http://wiki.mozilla.org/Firefox:Password_Manager_Debugging
| Reporter | ||
Comment 3•18 years ago
|
||
It is possible. However, in the Passwords section, I can not see the username, since it seems to be registered the opposite way (password without username). After enabling, I did not see any errors when I press TAB (which displays the password without any username previously input, as shows in the image attached here). Here are the logs:
Login Manager: domEventListener: got event blur
Login Manager: fillPassword autocomplete username:
Login Manager: Searching for logins matching host: https://www.google.com, formSubmitURL: https://www.google.com, httpRealm: null
Login Manager: Found a matching login, filling in password.
The only difference between a correct one and this is the"fillPassword" line, which comes with something, like:
Login Manager: domEventListener: got event blur
Login Manager: fillPassword autocomplete username: {username}
Login Manager: Searching for logins matching host: https://www.google.com, formSubmitURL: https://www.google.com, httpRealm: null
Login Manager: Found a matching login, filling in password.
Thanks for your help and attention.
Comment 4•18 years ago
|
||
So, I'm having a hard time understanding what you're describing, but from what I can see it looks like you've somehow managed to save a login that only contains a password. [This is supported, and useful on some sites, although I'm not sure how it would happen on Google unless you tried to log in after only typing a password.]
Delete the saved login that doesn't have a username, and the problem will go away.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 5•18 years ago
|
||
Yes, I understand. I just dont know how it saved my password but not my username, since I did not do that purposefully. Anyway, once I deleted ans saved again, it worked just fine.
Just wanted to share this in case it might affect other users.
Thanks for your time and help.
Regards,
BRUNO
Status: RESOLVED → VERIFIED
| Assignee | ||
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•