[Webkit-unassigned] [Bug 188264] New: [LFC][Floating] Containing block of a float could push the candidate position beyond the current float.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 2 11:11:08 PDT 2018


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

            Bug ID: 188264
           Summary: [LFC][Floating] Containing block of a float could push
                    the candidate position beyond the current float.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: zalan at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

<div style="float: left; width: 210px; height: 10px;"></div>
<div style="float: left; width: 10px; height: 10px;"></div>
<div style="position: relative; top: 0px; left: 0px; width: 100px; height: 40px;">
    <div id=nested style="float: left; width: 90px; height: 10px;"></div>
</div>
In this case the "nested" float's containing block pushes the candidate rect to (0, 0) while the current (last) float is already at 220px

-- 
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/20180802/007f3171/attachment-0001.html>


More information about the webkit-unassigned mailing list