[Webkit-unassigned] [Bug 193562] New: [LFC] Do not skip float boxes that are not part of the current formatting context when computing bottom.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 17 21:49:42 PST 2019


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

            Bug ID: 193562
           Summary: [LFC] Do not skip float boxes that are not part of the
                    current formatting context when computing bottom.
           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

When computing the bottom value (height computation) the current floating context's (float) boxes could belong to descendant formatting contexts. Include them as well while computing bottom.
see ->
<div style="overflow: hidden"><div>foo<div style="float: left">bar</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/20190118/36e01638/attachment.html>


More information about the webkit-unassigned mailing list