flexbugs
flexbugs copied to clipboard
Firefox 36 scroll issue?
Having some issues with FF 36 and intrinsic container sizing. Not sure if this is a new bug in FF or even a bug at all.
I was looking at this SO item and jsfiddle that has Flex container that scrolls; it works fine in Chrome but not in Firefox.
http://stackoverflow.com/questions/20776491/inner-div-using-100-of-height-of-an-outer-div-thats-based-itself/20776611#20776611 http://jsfiddle.net/nu83c/6/
Also this example works in Chrome but not FF. I believe this used to work in FF but am not familiar enough with the Flexbox spec to describe what is broken.
http://stackoverflow.com/questions/25351810/scrollable-flexbox-list http://jsfiddle.net/ch7n6/4/
I didn't spend that much time looking at the stack overflow questions, but your second example only uses -webkit-
prefixed properties, so that would explain why it doesn't work in Firefox.
I've encountered Firefox issues with widths within container sizing. Most are very specific use cases.
http://jsfiddle.net/nu83c/6/
i was able to get that one working in FF with an overflow: hidden
http://jsbin.com/qubihoyese/1/
i think it's a bug in FF but i'm not sure.
Another similar one http://codepen.io/anon/pen/MYNJpG
@brgrz can you post a link to the FF bug you filed?