New issue
Advanced search Search tips

Issue 780351 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner:
Closed: Mar 2018
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Make sure TouchActionFilter::FilterGestureEvent always apply accumulated value when it should

Project Member Reported by xidac...@chromium.org, Nov 1 2017

Issue description

With this CL landed: https://chromium-review.googlesource.com/c/chromium/src/+/598994, we are changing the behavior of touch action filter. Basically when the real touch action is unknown, we accumulate the scroll delta and apply it later. However, we only apply that when there is a similar event later on. We should make sure that when the accumulated value is allowed by the real touch action, we emit another similar event even if there is no such an event coming.
 
Status: WontFix (was: Assigned)
This is likely going to obsolete with the new approach we are taking.

Sign in to add a comment