DescriptionCheck VisualPosition.isNull() after the DOM mutation in ReplaceSelectionCommand
The crash is on L1125, calling insertNodeAt with the Null VisualPosition, startOfInsertedContent.
It inserts a <br> element to the selected position but the replacing might change visual position so we should check.
BUG=348283
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=168502
Patch Set 1 #
Total comments: 6
Patch Set 2 : Update #
Messages
Total messages: 6 (0 generated)
|