NEW 203018
Surround all the wheel event code with HAS(WHEEL_EVENTS)
https://bugs.webkit.org/show_bug.cgi?id=203018
Summary Surround all the wheel event code with HAS(WHEEL_EVENTS)
Simon Fraser (smfr)
Reported 2019-10-15 17:40:03 PDT
Currently we have a mess of #if PLATFORM(MAC) stuff.
Attachments
Simon Fraser (smfr)
Comment 1 2019-10-15 17:45:49 PDT
This should include all the "isMonitoringWheelEvents" code.
Simon Fraser (smfr)
Comment 2 2020-05-29 13:37:00 PDT
We also have some: #if !PLATFORM(IOS_FAMILY) needsTraverseDescendants |= document().hasWheelEventHandlers(); #endif
Note You need to log in before you can comment on or make changes to this bug.