Open
Bug 224660
Opened 22 years ago
Updated 5 years ago
copying without carriage returns when attempting to copy text inside a <xmp> tag
Categories
(Core :: DOM: Serializers, defect, P5)
Core
DOM: Serializers
Tracking
()
NEW
People
(Reporter: deanprouse, Unassigned)
References
()
Details
(Keywords: helpwanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624
when i copy the java code from the page (above) in mozilla it pastes without
carriage returns, however, when done so in <shudder>internet explorer</shudder>
it pastes with carriage returns. html code on the page is within <xmp></xmp> tags.
Reproducible: Always
Steps to Reproduce:
1. Select text from the page within mozilla
2. ctrl + c
3. open a text editor
4. ctrl + v
Actual Results:
pasted without carriage returns.
Expected Results:
pasted with carriage returns.
Comment 1•22 years ago
|
||
.
Assignee: string → dom-to-text
Status: UNCONFIRMED → NEW
Component: String → DOM to Text Conversion
Ever confirmed: true
Keywords: helpwanted
OS: Windows XP → All
Hardware: PC → All
Updated•16 years ago
|
Assignee: dom-to-text → nobody
QA Contact: dom-to-text
Comment 2•5 years ago
|
||
Bulk-downgrade of unassigned, >=3 years untouched DOM/Storage bug's priority.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•