Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Scroll To Text Fragment indicator flash not always apparent.
https://bugs.webkit.org/show_bug.cgi?id=245085 rdar://99668762 Reviewed by Tim Horton. For some pages, if there is content being loaded in right around the time we scroll and flash the text indicator, then the indicator will not be on screen and visible to the user. We should scroll to the right place on the page one last time before we actually create and display the text indicator to ensure that the page is at the right location. * Source/WebCore/page/FrameView.cpp: (WebCore::FrameView::textFragmentIndicatorTimerFired): Canonical link: https://commits.webkit.org/254403@main
- Loading branch information