[Webkit-unassigned] [Bug 117609] New: Flex item expands when sibling flex item contains float

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 13 14:11:42 PDT 2013


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

           Summary: Flex item expands when sibling flex item contains
                    float
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://codepen.io/anon/pen/kgGsq
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: therazorclown at gmail.com


Found using Chrome 27.0.1453.110 m.

A flex item will continually gain height on resize if:
-its sibling flex item contains a float
-it occurs after its sibling in the source order
-the order of the flex items is changed
-the flex direction of the flex items is changed
-the sibling flex item that contains a float is moved after the flex item

The flex item will also gain height if the above conditions are true and:
-it contains an element with an on-hover box-shadow
-the child element's hover state is activated or deactivated

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list