You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Uncaught DOMException: Node.removeChild: The node to be removed is not a child of this node suneditor.min.js:1
update_image image.js:744
t image.js:615
<anonymous> self-hosted:1177
checkInfo fileManager.js:143
checkFileInfo image.js:618
checkFileInfo self-hosted:1177
_checkComponents core.js:4966
h history.js:50
r history.js:117
(Async: setTimeout handler)
push history.js:114
onKeyUp_wysiwyg core.js:6614
which refers to update_image, link processing procedure. It tries to remove contextImage._linkElement from cover. In that case cover is newly created container and doesn't contain contextImage._linkElement, so it causes the exception.
The text was updated successfully, but these errors were encountered:
0xdeadfa11
changed the title
Crashing on pasting image wrapped into an anchor
Crash on pasting of image wrapped into an anchor
Mar 9, 2021
Hi!
It can be reproduced via demo page:
Got exception:
which refers to
update_image
, link processing procedure. It tries to removecontextImage._linkElement
fromcover
. In that casecover
is newly created container and doesn't containcontextImage._linkElement
, so it causes the exception.The text was updated successfully, but these errors were encountered: