Closed
Bug 273657
Opened 19 years ago
Closed 19 years ago
Copying HTML from textbox/textarea strips tags
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 273741
People
(Reporter: jruderman, Assigned: mozeditor)
Details
(Keywords: dataloss)
Steps to reproduce: 1. Copy from the textarea in data:text/html,<textarea><li>foo. 2. Paste anywhere (same textarea, Notepad, etc.) Result: "# foo" pasted. Expected: "<li>foo" pasted. This regression first appeared in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a6) Gecko/20041207 Firefox/1.0+. The December 6 build did not have this bug.
Reporter | ||
Updated•19 years ago
|
URL: data:text/html,
Comment 1•19 years ago
|
||
This might be caused from the Checkin for Bug 244685 at 2004-12-07 06:13
Updated•19 years ago
|
Component: Editor → Drag and Drop
Comment 2•19 years ago
|
||
I just crashed in nsCopySupport::HTMLCopy because ConvertedData was null.
Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•