Closed
Bug 164171
Opened 23 years ago
Closed 23 years ago
Copying mail message containing password into web page requiring password produces extraneous characters
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: arudmik, Assigned: harishd)
Details
Attachments
(1 file)
|
453 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1b) Gecko/20020820
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1b) Gecko/20020820
We have an application the sends email message to users containing password that
they need to use to log into application. Copy and paste of the password from
email inserts extraneous characters. Sample message contained HTML
<li>Enter your password: rim659la</li>
Select, Copy and paste produces the following:
# rim659la
Note the insertion of '# '.
This means that user cannot copy and paste password. Testing with Outlook and
Eudora works correctly.
Reproducible: Always
Steps to Reproduce:
1. Select, Copy password in email message
2. Paste anywhere produces extraneous leading characters
3.
Actual Results:
When pasting into web page, the extra characters are not displayed. User cannot
log in unless they type in the password.
Expected Results:
Paste just the text not special characters at begining.
| Reporter | ||
Comment 1•23 years ago
|
||
One way to demonstrate the bug is to open the attached file in composer. View
the message in normal mode and try to copy and paste the password into TextEdit
(notepad). You will observe that I cannot copy the password with getting some
extra characters. This is a new bug in Mozilla because I was able to do this
in the recent past without the problem I'm reporting.
Confirmed using Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.1)
Gecko/20020818. Selecting and copying just password text "rim659la" in test URL
accessed in browser window puts " 1. rim659la
" on the Clipboard.
Reassigning to DOM to Text Conversion.
Assignee: sspitzer → harishd
Status: UNCONFIRMED → NEW
Component: Mail Window Front End → DOM to Text Conversion
Ever confirmed: true
Product: MailNews → Browser
QA Contact: olgam → sujay
Summary: Copying mail message containing password into web page requiring passord produces extraneous characters → Copying mail message containing password into web page requiring password produces extraneous characters
| Reporter | ||
Comment 3•23 years ago
|
||
I've confirmed that this bug is now fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•23 years ago
|
||
I can provide a person access to the application should you need to do that in
order to validate the problem. Access will require that you have a username and
password.
You need to log in
before you can comment on or make changes to this bug.
Description
•