[Webkit-unassigned] [Bug 137730] 100% height doesn't work within a flex item in a flexbox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 26 09:40:16 PDT 2016


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

Eric Meyer <eric at meyerweb.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |eric at meyerweb.com

--- Comment #10 from Eric Meyer <eric at meyerweb.com> ---
I just stumbled across this bug the other day.  The major problem with this is that percentage values are accepted as valid.  So if I try to say something like:

    height: 30em; /* value for Safari */
    height: 100%; /* value for every other flexbox browser */

…then Safari accept the 100%, and then makes the element zero-height.

Anyone figured out a feature-detection method or CSS hack to get Safari the value it needs while ignoring the correct value it can’t handle correctly?

-- 
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/20160926/8dc0c9c7/attachment-0001.html>


More information about the webkit-unassigned mailing list