Re: flexbox issue in firefox

2016-08-08 Thread Daniel Holbert
On 08/08/2016 10:12 AM, Daniel Holbert wrote: > The fix in Firefox should be a pretty simple change, I think, but > unfortunately we haven't gotten to it yet. I can prioritize it to fix > in the next week or so, though that still means it wouldn't reach > Firefox release users for another few mont

Re: flexbox issue in firefox

2016-08-08 Thread Daniel Holbert
I believe you'd need to use a definite "height" value on the flex container or one of its descendants. (instead of -- or along with -- the explicit "max-height" that you're using right now) For example: https://jsfiddle.net/04o1kwfd/4/ (I suspect you may not want an explicit "height", but I don

Re: flexbox issue in firefox

2016-08-07 Thread Amit Zur
Thank you Daniel, Do you know if there's a way around it to achieve the goal of having the content shown with auto height (and max-height) and scrollable inner containers? Also, is it planned to ship in a near nightly? On Sunday, August 7, 2016 at 10:23:01 PM UTC+3, Daniel Holbert wrote: > Fire

Re: flexbox issue in firefox

2016-08-07 Thread Daniel Holbert
Firefox's behavior on that testcase matches an older version of the spec (and then the spec changed). This bug... https://bugzilla.mozilla.org/show_bug.cgi?id=1000957 ...is filed on bringing us up-to-date on that point. ~Daniel On 08/07/2016 05:16 AM, Amit Zur wrote: > Hey, > > Take a look a