[Webkit-unassigned] [Bug 225489] New: [css-flexbox] Flex item construction may affect sibling flex item height computation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 6 15:37:48 PDT 2021


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

            Bug ID: 225489
           Summary: [css-flexbox] Flex item construction may affect
                    sibling flex item height computation
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: InRadar
          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

e.g.

<!DOCTYPE html>
<div style="height: 100px; position: relative; display: flex; flex-direction: column;">
  <div style="background-color: yellow; height: 50px;"><div style="height: 100%; background-color: green"></div></div>
  <div style="height: 50%; background-color: green"></div>
</div>

vs.

<!DOCTYPE html>
<div style="height: 100px; position: relative; display: flex; flex-direction: column;">
  <div style="height: 50%; background-color: green"></div>
  <div style="background-color: yellow; height: 50px;"><div style="height: 100%; background-color: green"></div></div>
</div>

these cases should match.

<rdar://75050281>

-- 
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/20210506/0b06e5aa/attachment.htm>


More information about the webkit-unassigned mailing list