Closed
Bug 651931
Opened 14 years ago
Closed 1 year ago
Master Password Input modal window incorrectly has selectable text instructions (input field can lose focus when activating the window)
Categories
(Toolkit :: General, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: bemguard-bugzilla, Unassigned)
References
(Blocks 2 open bugs, )
Details
(Keywords: polish)
Attachments
(1 file)
35.40 KB,
image/png
|
Details |
User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0a1) Gecko/20110421 Firefox/6.0a1
Build Identifier: Mozilla/5.0 (Windows NT 5.1; rv:6.0a1) Gecko/20110421 Firefox/6.0a1
I can select the "Please enter the master password for the Software Security Device" text in this dialog box. Non-interactive user elements like this aren't selectable in other modal dialog boxes, like the Tools -> Options text.
Reproducible: Always
Steps to Reproduce:
1.Install Nightly
2.Create a Master Password to store saved passwords.
3.Invoke the Master Password dialog box by going to Tools -> Options -> Security -> Saved Passwords
4.Attempt to select the text in the dialog box with a mouse
Actual Results:
The text is selectable.
Expected Results:
The text should not be selectable.
Picture to follow.
Reporter | ||
Comment 1•14 years ago
|
||
Updated•14 years ago
|
Component: XUL → Security: PSM
QA Contact: xptoolkit.widgets → psm
Confirmed on Mozilla/5.0 (Windows NT 6.1; rv:6.0a1) Gecko/20110421 Firefox/6.0a1
Marking as NEW based on comment 2.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•10 years ago
|
OS: Windows XP → All
Updated•10 years ago
|
Blocks: masterpassword
Comment 5•10 years ago
|
||
This bug still exists in Firefox/30.0 on Windows.
I believe the prompt string "Please enter the master password for the Software Security Device" needs to be changed from a read-only text box GUI element to a "label" GUI element.
Comment 6•10 years ago
|
||
This bug still exists in Firefox/35.0.1 on Windows.
Updated•10 years ago
|
Summary: Master Password Input modal window incorrectly has selectable text instructions → Master Password Input modal window incorrectly has selectable text instructions (input field can lose focus when activating the window)
Comment 7•9 years ago
|
||
This is an issue with the nsIPromptService.promptPassword implementation.
Component: Security: PSM → Security
Product: Core → Toolkit
Updated•8 years ago
|
Component: Security → General
Updated•2 years ago
|
Severity: trivial → S4
Comment 8•1 year ago
|
||
It's consistent with the web - user is free to select and copy any text on screen.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•