[Webkit-unassigned] [Bug 163382] New: Elements in a flex box do not stretch properly.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 13 01:56:42 PDT 2016


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

            Bug ID: 163382
           Summary: Elements in a flex box do not stretch properly.
    Classification: Unclassified
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Macintosh
                OS: macOS 10.12
            Status: NEW
          Severity: Major
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lewis.wkbugs at dorigo.co

In Safari Technology Preview, and the Webkit Nightly Build, on element with `display: flex; flex-wrap: wrap;` and an explicit height, the child do not stretch to fit the height of the container, as would be expected with `align-items: stretch; align-content: stretch`. Rather, they stretch to the height of the tallest sibling on the same row.

Safari 10.0, Firefox 49.0.1, and Chrome 54 all exhibit the correct, expected behaviour.

An example of this can be found here: http://codepen.io/anon/pen/PGaZyP

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161013/7595a7ae/attachment-0001.html>


More information about the webkit-unassigned mailing list