RESOLVED FIXED233114
Fingers down on the trackpad should stop an animated scroll
https://bugs.webkit.org/show_bug.cgi?id=233114
Summary Fingers down on the trackpad should stop an animated scroll
Simon Fraser (smfr)
Reported 2021-11-14 18:01:47 PST
Fingers down on the trackpad should stop an animated scroll
Attachments
Patch (9.78 KB, patch)
2021-11-14 18:04 PST, Simon Fraser (smfr)
no flags
Simon Fraser (smfr)
Comment 1 2021-11-14 18:04:03 PST
Wenson Hsieh
Comment 2 2021-11-14 18:44:38 PST
Comment on attachment 444202 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=444202&action=review > Source/WebCore/platform/mac/ScrollingEffectsController.mm:143 > + return true; Is returning `true` correct for the `PlatformWheelEventPhase::Cancelled` case as well?
Simon Fraser (smfr)
Comment 3 2021-11-14 19:23:39 PST
(In reply to Wenson Hsieh from comment #2) > Comment on attachment 444202 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=444202&action=review > > > Source/WebCore/platform/mac/ScrollingEffectsController.mm:143 > > + return true; > > Is returning `true` correct for the `PlatformWheelEventPhase::Cancelled` > case as well? There's no clear logic behind saying that MayBegin and Cancelled are handled so it's fuzzy.
EWS
Comment 4 2021-11-14 20:06:47 PST
Committed r285797 (244241@main): <https://commits.webkit.org/244241@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 444202 [details].
Radar WebKit Bug Importer
Comment 5 2021-11-14 20:07:22 PST
Note You need to log in before you can comment on or make changes to this bug.