Closed
Bug 120618
Opened 24 years ago
Closed 24 years ago
select text from <pre> section & paste to shell, paste appends newline
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: ellson, Assigned: asa)
Details
Select a string of text from a <pre>...</pre> section of a web page,
not including any line-ends, paste to a shell window. The resulting paste is
terminated by a new line which did not exist in the original selection.
e.g. try the string "test pre" from teh following page:
<html>
<head>
<title>test</title>
</head>
<body>
<p> para test para test
<pre>
pre test pre test
</pre>
<table>
<tr><td>
table test table test
</td></tr>
</table>
<table>
<tr><td><pre>
pretable test pretable test
</pre></td></tr>
</table>
</body>
</html>
*** 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
•