Closed
Bug 1820451
Opened 2 years ago
Closed 2 years ago
Replacing block boundaries with inserting text does not work once enabling new join/split node direction
Categories
(Core :: DOM: Editor, defect, P2)
Core
DOM: Editor
Tracking
()
RESOLVED
DUPLICATE
of bug 1820449
People
(Reporter: masayuki, Assigned: masayuki)
References
Details
TEST-UNEXPECTED-FAIL | /editing/run/inserttext.html?2001-last | [["inserttext","d"]] "<div>abc{</div><div>}efg</div>" compare innerHTML - assert_equals: Unexpected innerHTML (after normalizing inline style) expected "<div>abcdefg</div>" but got "<div>abcefg</div>"
Assignee | ||
Comment 1•2 years ago
|
||
This will be fixed by the patch for bug 1820449 due to a bug in deleting selection path.
You need to log in
before you can comment on or make changes to this bug.
Description
•