[Webkit-unassigned] [Bug 94584] [Flexbox] Regression: Text overflow broken for flex items

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 26 21:22:08 PDT 2012


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


Ojan Vafai <ojan at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |ojan at chromium.org,
                   |                            |tony at chromium.org




--- Comment #2 from Ojan Vafai <ojan at chromium.org>  2012-09-26 21:22:35 PST ---
The problem is that flex-items have min-width:auto, which means min-width: min-content. If you set min-width: 0 on the flex item, then you get the correct overflow behavior. This is correct per the flexbox spec.

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