[Webkit-unassigned] [Bug 55426] Elements with height 100% do not fill offset parents that are using box flex

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 13:05:35 PST 2011


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


Brandon <brandon.wallace at yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brandon.wallace at yahoo.com




--- Comment #1 from Brandon <brandon.wallace at yahoo.com>  2011-12-05 13:05:35 PST ---
Here is a similar example without any position relative in it.

This fiddle: http://jsfiddle.net/GLex5/1/

inner2 should fill up the entire blue box below inner1 since it has a 100% height and its parent was implicitly given a height from the flex-box.  The developer toolbar shows that middle2 has a height of 172px but inner2 only has a height of 24px.

Firefox gets it right.

Seems like the height/width properties are evaluated before the flexbox sizing occurs on the parents.

-- 
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