Closed
Bug 149956
Opened 23 years ago
Closed 23 years ago
Multiple-line copy prepends bogus characters("#\r\r")
Categories
(Core :: DOM: Serializers, defect)
Core
DOM: Serializers
Tracking
()
People
(Reporter: pepper, Assigned: Matti)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0rc3)
Gecko/20020523
BuildID: 2002052305 (1.0.0RELEASE)
I copied 2 paras from point 7, and pasted them into Eudora. The output included
a hash-mark and two returns that weren't in the copied text. I've reproduced
this pasting into Mozilla itself, and a friend has reproduced it in Solaris 8.
#
Commercial clients are available at http://www.ssh.com/, with free academic
licensing and trial versions (note: to make commercial ssh honor tcp wrappers,
use ./configure --with-libwrap; for OpenSSH, use ./configure
--with-tcp-wrappers), and free clients for various operating systems are listed
at http://www.freessh.org/. If you have questions about ssh or security, please
contact Computing Services.
Install a start script so sshd will run on restart -- a sample is available at
http://cs.rockefeller. edu/downloads/S96ssh. Save this file in /etc/rc2.d, and
chmod u+x /etc/rc2.d/S96ssh to make it executable.
Reproducible: Always
Steps to Reproduce:
1. Copy 2+ lines of text.
2. Paste.
Actual Results: Copied text is preceded by bogus characters ("#\r\r") added by
Mozilla.
Expected Results: Pasted text should match copied text exactly.
Observed in Mac OS X 10.1.4 & 10.1.5, and Solaris 8.
Comment 1•23 years ago
|
||
I can confirm this with a Sparc Solaris build of 1.0. The problem seems to be
related to the fact you are copying from an ordered list. I think I've seen
similar problems when copying from tables.
Oh, this is a duplicate of bug 62188.
*** This bug has been marked as a duplicate of 62188 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Component: Browser-General → DOM to Text Conversion
QA Contact: imajes-qa
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•