Closed
Bug 126253
Opened 24 years ago
Closed 24 years ago
Pasting clipboard contents taken form inside <pre> </pre> into any Windows app adds two excessive CRLF pairs
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: markovitch, Assigned: asa)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8) Gecko/20020204
BuildID: 2002020406
Paste of contents taken from a preformatted HTML text (i.e., from text formatted
with <pre> </pre>) into any Windows application (e.g. Notepad) adds two spurious
CRLF.
Reproducible: Always
Steps to Reproduce:
1. Create an HTML page:
<html>
<head>
<title>Bug test</title>
<meta http-equiv="content-type" content="text/html; charset=KOI8-R">
<base href="about:blank">
</head>
<body>
<br>
<pre>Hello, world!<br></pre>
</body>
</html>
2. Load it, then select the word "Hello" with mouse and get it to the clipboard.
3. Start Notepad and paste into it.
Actual Results: The word "Hello" appears with two empty lines after it, while
should appear alone.
Comment 1•24 years ago
|
||
Duplicate of "cut & paste from <pre> always adds <newline> at the end of pasted
text"
*** This bug has been marked as a duplicate of 98572 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•