New issue
Advanced search Search tips

Issue 700407 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Apr 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Second touchmove event is marked cancelable

Project Member Reported by dtapu...@chromium.org, Mar 10 2017

Issue description

Navigate to: output.jsbin.com/begolep

Notice that you get two touch moves after the touch start that are cancelable.

I believe this is an issue I caused because when we get the second touchmove if we haven't received the gesture scroll update the event will be sent as cancelable.

See: https://cs.chromium.org/chromium/src/content/browser/renderer_host/input/passthrough_touch_event_queue.cc?l=142

tdresser@ any ideas here?


 
Tricky. We may need to ask the GR if it's scrolling, instead of waiting for the GSU event.

Or have the GR tell us when it's scrolling, before the touch disposition gesture filter has released the GSU.
Status: Fixed (was: Assigned)

Sign in to add a comment