Bug 308097

Summary: [iOS] Have WebPage::updateVisibleContentRects() funnel through applyScrollUpdate()
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: ScrollingAssignee: Simon Fraser (smfr) <simon.fraser>
Status: RESOLVED FIXED    
Severity: Normal CC: simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

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.