DescriptionDo not set invalid selection on mouse down
This patch changes |SelectionController| not to set invalid selection by
mouse button down. When processing mouse button down, Blink dispatches
"selectstart" event then updates selection.
Before this patch, Blink attempts to set invalid selection which invalidate by
"selectstart" event handler.
BUG=407791
TEST=LayoutTests/editing/selection/selectstart-event-crash.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=200521
Patch Set 1 : 2015-08-13T18:06:32 #Patch Set 2 : 2015-08-13T18:38:20 Remove ASSERTs #
Total comments: 2
Patch Set 3 : 2015-08-13T18:48:09 #
Messages
Total messages: 16 (7 generated)
|