Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7)

Issue 1264963003: Disable tap suppression controller on Android WebView (Closed)

Created:
5 years, 4 months ago by hush (inactive)
Modified:
5 years, 4 months ago
Reviewers:
jdduke (slow)
CC:
chromium-reviews, jam, jdduke+watch_chromium.org, darin-cc_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable tap suppression controller on Android WebView WebView apps may override WebView#computeScroll to customize fling/scroll. So the animations may not be ticked (if the overriden computeScroll does not call super). InputHandlerProxy could see a fling starting but never animating. Tap suppression controller will be confused in this case and suppress too aggressively. Just disable it on Android WebView. BUG=514783

Patch Set 1 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+18 lines, -4 lines) Patch
M content/browser/renderer_host/input/input_router_config_helper.h View 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_config_helper.cc View 1 chunk +9 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 3 chunks +7 lines, -2 lines 1 comment Download

Messages

Total messages: 9 (3 generated)
hush (inactive)
PTAL!
5 years, 4 months ago (2015-07-31 01:29:08 UTC) #2
jdduke (slow)
Hmm, yeah I guess this isn't setup well for this kind of change. So, what ...
5 years, 4 months ago (2015-07-31 16:35:25 UTC) #5
hush (inactive)
On 2015/07/31 16:35:25, jdduke wrote: > Hmm, yeah I guess this isn't setup well for ...
5 years, 4 months ago (2015-07-31 17:49:01 UTC) #6
jdduke (slow)
On 2015/07/31 17:49:01, hush wrote: > On 2015/07/31 16:35:25, jdduke wrote: > > Hmm, yeah ...
5 years, 4 months ago (2015-07-31 18:09:55 UTC) #7
jdduke (slow)
One hack I considered was returning NO_CONSUMER_EXISTS for a fling cancel if it cancels a ...
5 years, 4 months ago (2015-07-31 18:12:12 UTC) #8
hush (inactive)
5 years, 4 months ago (2015-07-31 23:50:09 UTC) #9
abandoning

Powered by Google App Engine
This is Rietveld 408576698