Bug 190364 - [macOS] -_webView:didNotHandleWheelEvent: not called for real scroll wheel events, whose phase is NSEventPhaseNone
Summary: [macOS] -_webView:didNotHandleWheelEvent: not called for real scroll wheel ev...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-10-08 11:38 PDT by mitz
Modified: 2022-02-09 10:13 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2018-10-08 11:38:40 PDT
When using a mouse with a scroll wheel or trackball (as opposed to a multitouch device), wheel events all have their phase (and momentum phase) set to NSEventPhaseNone. Even if the web view is pinned and set to not rubber-band, it never delivers such events to the delegate via -_webView:didNotHandleWheelEvent:.
Comment 1 mitz 2018-10-08 11:39:28 PDT
<rdar://problem/45095087>