[Webkit-unassigned] [Bug 243190] New: css column-count nesting with position absolute has wrong offset parent at nesting level 3 and greater

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 25 18:49:12 PDT 2022


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

            Bug ID: 243190
           Summary: css column-count nesting with position absolute has
                    wrong offset parent at nesting level 3 and greater
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: aaron.shurmer at gmail.com

nested divs with column-count >= 2 and absolute positioning has incorrect layout at third level and lower. It looks like the third level and subsequent levels get set to positioning from document not offset parent.


        <div style="position:absolute; top : 50px;left:50px; border : 1px solid red;column-count:2;background-color : white">
                <div>level1</div>
                <div>level1</div>
                <div style="position:absolute; top : 50px;left:50px; border : 1px solid red;column-count:2;background-color : white">
                        <div>level2</div>
                        <div>level2</div>
                        <div style="position:absolute; top : 50px;left:50px; border : 1px solid red;column-count:2;background-color : white">
                                <div>level3</div>
                                <div>level3</div>
                        </div>
                </div>
        </div>

-- 
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/20220726/5a8cda65/attachment.htm>


More information about the webkit-unassigned mailing list