[Webkit-unassigned] [Bug 104427] WebViewClient::didHandleGestureEvent needs to distinguish the case if the event is processed or swallowed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 8 18:02:55 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=104427





--- Comment #11 from Tien-Ren Chen <trchen at chromium.org>  2013-01-08 18:04:48 PST ---
(In reply to comment #9)
> IMO it really doesn't make a lot of sense to have this on WebView-anything since input event handling is a WebWidget concept, not WebView.

It makes sense to move didHandleGestureEvent to WebWidgetClient. This new patch does it and I'm uploading a chromium patch to move corresponding handler from RenderViewImpl to RenderWidget.

I think we still need to handle passed-in events in WebViewImpl. After all we need someone to forward the events to the WebCore. Even if we can refactor the code to do the otherwise, it is out of the scope of this patch.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list