Open
Bug 1509650
Opened 7 years ago
Updated 3 years ago
Contenteditable content incorrectly reordered when pressing backspace from the second line.
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
Discovered while working on bug 1506547.
STR:
* Load data:text/html,<div contenteditable>Editable <span contenteditable="false">NOT EDITABLE</span><br>Editable</div>
* Move the caret to the beginning of the second line.
* Press backspace.
Expected:
"Editable NOT EDITABLEEditable" (on the same line)
Actual:
"NOT EDITABLEEditable Editable"
Updated•7 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•