RESOLVED FIXED308097
[iOS] Have WebPage::updateVisibleContentRects() funnel through applyScrollUpdate()
https://bugs.webkit.org/show_bug.cgi?id=308097
Summary [iOS] Have WebPage::updateVisibleContentRects() funnel through applyScrollUpd...
Simon Fraser (smfr)
Reported 2026-02-17 17:32:34 PST
WebPage::updateVisibleContentRects() currently calls `reconcileScrollingState()`, but it would be better if it applied scroll updates in the same way we do for macOS, and for overflow, which is via `ScrollingCoordinator::applyScrollUpdate()`.
Attachments
Radar WebKit Bug Importer
Comment 1 2026-02-17 17:32:40 PST
Simon Fraser (smfr)
Comment 2 2026-02-17 17:44:57 PST
EWS
Comment 3 2026-02-17 21:52:28 PST
Committed 307744@main (29051344fe96): <https://commits.webkit.org/307744@main> Reviewed commits have been landed. Closing PR #58890 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.