DescriptionDon't try to move non visible contents in "Indent" command
This patch makes "Indent" command not to try move non visible contents into
block quote.
The root cause of issue 343958 is "Indent" command calls
|moveParagraphWithClones()| with null |VisiblePosition| for start and end of
contents to move. This patch checks them before calling
|moveParagraphWithClones()|.
BUG=343958
TEST=LayoutTests/editing/execCommand/indent-no-visible-contents-crash.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=176735
Patch Set 1 : 2014-06-23T11:24:24 #
Total comments: 2
Patch Set 2 : 2014-06-23T03:50:27 #
Messages
Total messages: 7 (0 generated)
|