Closed Bug 573225 Opened 15 years ago Closed 15 years ago

Master Password prompt textbox labeled with "Password:"

Categories

(Toolkit :: Password Manager, defect)

defect
Not set
minor

Tracking

()

RESOLVED FIXED
mozilla2.0b1

People

(Reporter: rjohnson19, Assigned: Dolske)

References

Details

Attachments

(1 file, 1 obsolete file)

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
Attached image Screenshot of a master password prompt (obsolete) —
Version: unspecified → Trunk
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
Blocks: 563274
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: [good first bug]
Attached patch Patch v.1Splinter Review
Assignee: nobody → dolske
Attachment #452461 - Attachment is obsolete: true
Attachment #452797 - Flags: review?(gavin.sharp)
Attachment #452797 - Attachment is patch: true
Attachment #452797 - Attachment mime type: application/octet-stream → text/plain
Attachment #452797 - Attachment is patch: true
Attachment #452797 - Attachment mime type: application/octet-stream → text/plain
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+
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.
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.

Attachment

General

Created:
Updated:
Size: