[Webkit-unassigned] [Bug 246002] New: Fix calculation of SeenFixedContainingBlockLayer in RenderLayer::flagsForUpdateLayerPositions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 3 21:16:52 PDT 2022


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

            Bug ID: 246002
           Summary: Fix calculation of SeenFixedContainingBlockLayer in
                    RenderLayer::flagsForUpdateLayerPositions
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Scrolling
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fred.wang at free.fr
                CC: simon.fraser at apple.com

In  https://commits.webkit.org/253809@main, both RenderLayer::recursiveUpdateLayerPositions and RenderLayer::flagsForUpdateLayerPositions check RenderElement::canContainFixedPositionObjects() to decide whether to add the SeenFixedContainingBlockLayer flag, but this function always render true for RenderView. RenderLayer::recursiveUpdateLayerPositions excludes that case while RenderLayer::flagsForUpdateLayerPositions does not, they should be made consistent.

-- 
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/20221004/bca69061/attachment-0001.htm>


More information about the webkit-unassigned mailing list