Closed
Bug 573225
Opened 15 years ago
Closed 15 years ago
Master Password prompt textbox labeled with "Password:"
Categories
(Toolkit :: Password Manager, defect)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla2.0b1
People
(Reporter: rjohnson19, Assigned: Dolske)
References
Details
Attachments
(1 file, 1 obsolete file)
999 bytes,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:1.9.3a6pre) Gecko/20100619 Minefield/3.7a6pre Firefox/3.6.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 6.1; WOW64; en-US; rv:1.9.3a6pre) Gecko/20100619 Minefield/3.7a6pre
The Master Password prompt now has the textbox for password entry labeled with "Password:"
This was not the case at most a week or two ago.
Reproducible: Always
Steps to Reproduce:
1. Set a Master Password
2. Trigger a master password prompt, by visiting a site with a saved login or viewing Saved Passwords
(Tools -> Options -> Security -> Saved Passwods, Show Passwords button).
Actual Results:
Master Password textbox labeled with "Password:".
Expected Results:
Master password prompt appears with no labeling text to the left of the textbox.
A nightly tester on Linux confirmed they see this: http://forums.mozillazine.org/viewtopic.php?p=9511529#p9511529
Reporter | ||
Comment 1•15 years ago
|
||
Reporter | ||
Updated•15 years ago
|
Version: unspecified → Trunk
Assignee | ||
Comment 2•15 years ago
|
||
PSM's callback use nsIPrompt::PromptPassword. The old code (prior to bug 563274) cleared the password textbox's label when it was the only textbox in the dialog.
This behavior wasn't retained, but I don't think I did it deliberately. There's already code in the prompt() case to drop the "Username:" label, we should probably just do the same here.
See earlyInit() in http://mxr.mozilla.org/mozilla-central/source/toolkit/components/prompts/content/commonDialog.js
Assignee | ||
Comment 3•15 years ago
|
||
Assignee: nobody → dolske
Attachment #452461 -
Attachment is obsolete: true
Attachment #452797 -
Flags: review?(gavin.sharp)
Updated•15 years ago
|
Attachment #452797 -
Attachment is patch: true
Attachment #452797 -
Attachment mime type: application/octet-stream → text/plain
Updated•15 years ago
|
Attachment #452797 -
Attachment is patch: true
Attachment #452797 -
Attachment mime type: application/octet-stream → text/plain
Comment 4•15 years ago
|
||
Comment on attachment 452797 [details] [diff] [review]
Patch v.1
I thought we both agreed in bug 563274 comment 17 (search for "Not intentional") that this was an OK behavior change. I don't really see why the label is a problem, but I don't particularly care about it being there either, so if we want to revert that's fine too, I guess!
Attachment #452797 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Oh, heh, we did. I don't think it's a big deal either way, though I guess I'm slightly influenced by having had someone notice this change within a couple days of it landing.
Assignee | ||
Comment 6•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug]
Target Milestone: --- → mozilla1.9.3a6
You need to log in
before you can comment on or make changes to this bug.
Description
•