[Webkit-unassigned] [Bug 256626] New: FrameLoader::didFirstLayout() shouldn't restore scroll position and view state synchronously

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 10 21:09:16 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=256626

            Bug ID: 256626
           Summary: FrameLoader::didFirstLayout() shouldn't restore scroll
                    position and view state synchronously
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: rniwa at webkit.org
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230511/3c488579/attachment-0001.htm>


More information about the webkit-unassigned mailing list