Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
keyboard scrolling spring damping animation doesn't finish and leads …
…to endless flickering scrolling https://bugs.webkit.org/show_bug.cgi?id=229697 Reviewed by Tim Horton. The damped oscillation animation of the smooth keyboard scrolling went into divergent vibration if the frameDuration isn't short enough. It happened with debug builds with enabling debug loggings. Stop the spring if it reaches the ideal position. * Source/WebCore/platform/KeyboardScrollingAnimator.cpp: (WebCore::KeyboardScrollingAnimator::updateKeyboardScrollPosition): Canonical link: https://commits.webkit.org/255306@main
- Loading branch information