[Webkit-unassigned] [Bug 198329] New: Scrolling node ordering wrong when a layer has both positioning and fixed/sticky node

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 29 07:05:53 PDT 2019


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

            Bug ID: 198329
           Summary: Scrolling node ordering wrong when a layer has both
                    positioning and fixed/sticky node
           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: koivisto at iki.fi

With sticky positioning in non-stacking context overflow you currently get structure like

FrameScrollingNode
  OverflowScrollingNode
  StickyNode
    PositionedNode

where StickyNode and PositionedNode reference the same layer. Sticky doesn't get applied at all when the overflow moves.

-- 
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/20190529/6cff7ee0/attachment.html>


More information about the webkit-unassigned mailing list