DescriptionMake sure that selection is cleared after tapping.
The problem is that Selection is not getting cleared
after tapping of gesture. This was affected by
https://codereview.chromium.org/507533002,
because initialization for m_selectionInitiationState was
skipped in case of gesture.
This patch makes m_selectionInitiationState be initialized
after dispatching mousedown event for gesture tapping.
BUG=429967
R=rbyers@chromium.org
TEST=LayoutTests/fast/events/touch/gesture/gesture-tap-reset-selection-range.html
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185410
Patch Set 1 #
Total comments: 6
Patch Set 2 : #
Total comments: 1
Messages
Total messages: 14 (4 generated)
|