Bug 256626
Summary: | FrameLoader::didFirstLayout() shouldn't restore scroll position and view state synchronously | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | Layout and Rendering | Assignee: | Ryosuke Niwa <rniwa> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | bfulgham, simon.fraser, webkit-bug-importer, zalan |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Local Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 256383 |
Ryosuke Niwa
It's problematic to restore scroll position and view state synchronously as that could involve nested layout / script execution.
Delay this work until Page::updateRendering.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/13737
EWS
Committed 263949@main (cc5ecdf646e3): <https://commits.webkit.org/263949@main>
Reviewed commits have been landed. Closing PR #13737 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/109191090>