Open
Bug 1243183
Opened 10 years ago
Updated 5 years ago
Remove code that deals with table cell colspan=0
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox47 | --- | affected |
People
(Reporter: MatsPalmgren_bugz, Unassigned)
References
Details
Bug 1241840 / bug 1242164 will remove support for colspan=0 on table cells.
There are some editor code that deals with colspan=0 that can now be removed,
or changed to be treated as colspan=1.
http://hg.mozilla.org/mozilla-central/annotate/c0ba5835ca48/editor/libeditor/nsTableEditor.cpp#l599
(there are two more places that mentions "colspan=0" in this file)
Maybe there are also other places / files... I didn't search thoroughly.
Comment 1•5 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: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•