Open
Bug 1250705
Opened 9 years ago
Updated 4 years ago
<table> element is lost when pasting whole table content in contenteditable
Categories
(Core :: DOM: Editor, defect, P5)
Tracking
()
NEW
People
(Reporter: cyril.auburtin, Unassigned)
References
Details
(Keywords: regression, testcase, Whiteboard: btpp-followup-2016-03-03)
Attachments
(1 file)
74.84 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:47.0) Gecko/20100101 Firefox/47.0
Build ID: 20160223030304
Steps to reproduce:
demo: http://jsfiddle.net/crl/6qaywmvu/3/
copy the whole table, paste it below, inspect the newly pasted element
Actual results:
only <tr> are pasted, no <table>, it's invalid of course
Expected results:
a <table> should wrap <tr>
Status: UNCONFIRMED → NEW
Component: Untriaged → Editor
Ever confirmed: true
Keywords: testcase
Product: Firefox → Core
Updated•9 years ago
|
Whiteboard: btpp-followup-2016-03-03
Comment 2•4 years ago
|
||
Bulk-downgrade of unassigned, 4 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•