Open
Bug 233506
Opened 22 years ago
Updated 5 years ago
joining two DLs results in one UL!!!
Categories
(Core :: DOM: Editor, defect, P5)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: glazou, Unassigned)
Details
create a new document and insert the following HTML chunk
<dl>
<dt>dt1</dt>
<dd>dd1</dd>
</dl>
<dl>
<dt>dt2</dt>
<dd>dd2</dd>
</dl>
then place the caret just before dt2 and hit the backspace key...
Everything is turned into one UL and each DT/DD becomes an LI!!!
Updated•19 years ago
|
QA Contact: bugzilla → editor
Updated•19 years ago
|
Assignee: mozeditor → nobody
Comment 1•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: major → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•