Bug 181498 - -[WKWebView _web_gestureEventWasNotHandledByWebCore:] should call -_gestureEventWasNotHandledByWebCore:
Summary: -[WKWebView _web_gestureEventWasNotHandledByWebCore:] should call -_gestureEv...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit API (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jeff Miller
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-10 14:47 PST by Jeff Miller
Modified: 2018-01-10 22:34 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.78 KB, patch)
2018-01-10 14:53 PST, Jeff Miller
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Miller 2018-01-10 14:47:22 PST
WKView's API contract allows clients to override -_gestureEventWasNotHandledByWebCore:, and -[WKView _web_gestureEventWasNotHandledByWebCore:] calls -_gestureEventWasNotHandledByWebCore: instead of invoking WebViewImpl::gestureEventWasNotHandledByWebCoreFromViewOnly() directly. WKWebView should do the same thing.
Comment 1 Jeff Miller 2018-01-10 14:52:22 PST
rdar://problem/35280772
Comment 2 Jeff Miller 2018-01-10 14:53:51 PST
Created attachment 330970 [details]
Patch
Comment 3 WebKit Commit Bot 2018-01-10 22:34:27 PST
Comment on attachment 330970 [details]
Patch

Clearing flags on attachment: 330970

Committed r226762: <https://trac.webkit.org/changeset/226762>
Comment 4 WebKit Commit Bot 2018-01-10 22:34:29 PST
All reviewed patches have been landed.  Closing bug.