Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 76e077e35784005301f7ce7fd197d450b0dd815b
https://github.com/WebKit/WebKit/commit/76e077e35784005301f7ce7fd197d450b0dd815b
Author: Kate Lee <[email protected]>
Date: 2026-03-16 (Mon, 16 Mar 2026)
Changed paths:
M Source/WebCore/platform/ScrollingEffectsController.cpp
Log Message:
-----------
Cherry-pick 309048@main (6ccb1f5cd3dd).
https://bugs.webkit.org/show_bug.cgi?id=306243
[WPE][GTK] Fire scrollend event after kinetic scroll animation ends
https://bugs.webkit.org/show_bug.cgi?id=306243
Reviewed by Carlos Garcia Campos.
The scrollend event was not dispatched when touch scrolling completes on
platforms using ScrollAnimationKinetic (WPE, GTK).
In ScrollingEffectsController::scrollAnimationDidEnd(), the
didStopAnimatedScroll()
callback was only called for ScrollAnimationKeyboard and
ScrollAnimationSmooth,
but not for ScrollAnimationKinetic. This caused the scrollend event to not
fire
after kinetic (momentum) scrolling finished.
* Source/WebCore/platform/ScrollingEffectsController.cpp:
(WebCore::ScrollingEffectsController::scrollAnimationDidEnd):
Canonical link: https://commits.webkit.org/309048@main
Canonical link: https://commits.webkit.org/305877.208@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications