New issue
Advanced search Search tips

Issue 914093 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

WebFrameWidgetImpl::HandleGestureEvent behaves differently than main frame

Project Member Reported by danakj@chromium.org, Dec 11

Issue description

The main frame version (in WebViewImpl currently) takes care to not show a popup on GestureTap that was hidden as part of that gesture (on GestureTapDown). It has other differences too as the event handling goes to blink in each case then comes back to the HandleGestureEvent code, but in WebFrameWidgetImpl it goes to blink last.

We should make the behaviour consistent, and probably share the code.

FWIW this is widget code so it'll be moving out of WebViewImpl into a WebWidgetImpl at which point sharing is easier?
 
Status: Assigned (was: Untriaged)
This issue has an owner, a component and a priority, but is still listed as untriaged or unconfirmed. By definition, this bug is triaged. Changing status to "assigned". Please reach out to me if you disagree with how I've done this.

Sign in to add a comment