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)

defect

Tracking

()

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"
Priority: -- → P3
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.