[Webkit-unassigned] [Bug 156834] [GTK] WebKitWebView should propagate wheel events not handled by the web process

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 21 03:43:18 PDT 2016


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

--- Comment #3 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to comment #2)
> Comment on attachment 276901 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=276901&action=review
> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:857
> > +    if (priv->shouldForwardNextWheelEvent) {
> 
> std::exchange()
> 
> > Source/WebKit2/UIProcess/API/gtk/WebKitWebViewBase.cpp:863
> > -        return TRUE;
> > +        return FALSE;
> 
> Intended?

Yes, because the web view is never scrollable when the auth dialog is present, we want to propagate the event to allow apps to handle it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160421/4e7641d2/attachment-0001.html>


More information about the webkit-unassigned mailing list