Bug 1865729 Comment 3 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Hmm, in this case, `AutoMoveOneLineHandler` tries to move a line into a line in it. Therefore, the destination may become in an orphan node so that the DOM point comparison fails.
Hmm, in this case, `AutoMoveOneLineHandler` tries to move a line into a line in it. Therefore, the destination may become in an orphan node so that the DOM point comparison fails. (Moving all content of `<body>` to end of the `<body><svg><a display="table-header-group">`.)

Back to Bug 1865729 Comment 3