Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6ccb1f5cd3dd4b39718917a670561ec38214bb32
https://github.com/WebKit/WebKit/commit/6ccb1f5cd3dd4b39718917a670561ec38214bb32
Author: Kate Lee <[email protected]>
Date: 2026-03-11 (Wed, 11 Mar 2026)
Changed paths:
M Source/WebCore/platform/ScrollingEffectsController.cpp
Log Message:
-----------
[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
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications