DescriptionConsuming any touch move before SCROLL_START prevents the scroll from occuring in Aura
This patch does NOT prevent tap or long press when a touch move is consumed (see
crbug.com/327444).
An additional state is added to GestureState - GS_SYNTHETIC_CLICK_ABORTED. In addition,
the meaning of GS_PENDING_SYNTHETIC_CLICK_NO_SCROLL has changed.
GS_PENDING_SYNTHETIC_CLICK_NO_SCROLL indicates that one finger is down and no scrolling
can happen, but a tap or long press can still happen.
GS_SYNTHETIC_CLICK_ABORTED indicates that a finger is down, but no gestures can be
created until the number of active touch points changes.
BUG=333947
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245635
Patch Set 1 #
Total comments: 8
Patch Set 2 : Address sadrul's comments. #
Messages
Total messages: 9 (0 generated)
|