[Webkit-unassigned] [Bug 173114] New: Elements with Flex handled improperly in List Items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 8 14:42:20 PDT 2017


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

            Bug ID: 173114
           Summary: Elements with Flex handled improperly in List Items
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Macintosh
               URL: https://codepen.io/seanmhanson/pen/MoKYGa
                OS: OS X 10.11
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: smh at seanmhanson.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

Created attachment 312345

  --> https://bugs.webkit.org/attachment.cgi?id=312345&action=review

Example of Bug

Elements with `display: flex` do not position correctly when they are the first child of a list element (see URL).

Adding `display: flex` to an element should not impact the positioning of that element itself, only the children of that element. The behavior expected is for the element to be aligned with the bullet/counter; this is the behavior of elements with `display: block` currently. However, the actual behavior is that the `display: flex` element is positioned below the bullet/counter, as though Webkit has inferred text content.

-- 
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/20170608/0b1d677c/attachment.html>


More information about the webkit-unassigned mailing list