WebKit2's WebView shouldn't handle Control + Mousewheel.
Created attachment 71773 [details] [PATCH] Fix
Comment on attachment 71773 [details] [PATCH] Fix View in context: https://bugs.webkit.org/attachment.cgi?id=71773&action=review > WebKit2/UIProcess/win/WebView.cpp:319 > + // We do not want WebKit to handle Control + Wheel, this should be handled by the App. I'd say "handled by the client application to zoom the page" instead of "handled by the App".
(In reply to comment #2) > (From update of attachment 71773 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=71773&action=review > > > WebKit2/UIProcess/win/WebView.cpp:319 > > + // We do not want WebKit to handle Control + Wheel, this should be handled by the App. > > I'd say "handled by the client application to zoom the page" instead of "handled by the App". Fixed. Thanks!
Landed in r70479.