Open
Bug 217729
Opened 22 years ago
Updated 3 years ago
copying from password input copies asterisks
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: jmel27, Unassigned)
References
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624
When copying out of an <input type="password"> field, Mozilla copies the
asterisks to the clipboard. this is especially confusing on new password and
confirm new password fields where attempts are often made to copy and paste into
the confirm field (which appears to work).
Reproducible: Always
Steps to Reproduce:
1. Copy from any <input type="password"> field where asterisks are displayed
2. Paste anywhere.
3. Rinse and Repeat
Actual Results:
Asterisks are pasted
Expected Results:
Not allow copying from password fields
![]() |
||
Comment 1•22 years ago
|
||
Nothing to do with the string library....
Assignee: jag → mjudge
Component: String → Selection
QA Contact: scc → pmac
Comment 2•22 years ago
|
||
confirming windows server 2003 mozilla 1.5beta
this is not a problem with browser selection but a problem with XP widget
input field
this bug can also be repoduced with the "prompt for master password" dialog for
instance
Windows doesn't allow copy text of an password input text field (copy does nothing)
Assignee: mjudge → jag
Status: UNCONFIRMED → NEW
Component: Selection → XP Toolkit/Widgets
Ever confirmed: true
QA Contact: pmac → jrgm
Comment 3•21 years ago
|
||
*** Bug 234517 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
I would hope this is by design. This way, if someone else uses your computer
(you left it logged in, etc), they may still be able to use sites you have
passwords saved for but your password would not be compromised.
Updated•17 years ago
|
Assignee: jag → nobody
In Firefox 41.0.1 on Windows 7, nothing is written to the clipboard when selecting and copying the contents of an input of type="password" so I think this bug can be closed.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•