Bug 308097
| Summary: | [iOS] Have WebPage::updateVisibleContentRects() funnel through applyScrollUpdate() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Scrolling | Assignee: | 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)
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/170597603>
Simon Fraser (smfr)
Pull request: https://github.com/WebKit/WebKit/pull/58890
EWS
Committed 307744@main (29051344fe96): <https://commits.webkit.org/307744@main>
Reviewed commits have been landed. Closing PR #58890 and removing active labels.