flexbugs icon indicating copy to clipboard operation
flexbugs copied to clipboard

Firefox 36 scroll issue?

Open matthughes opened this issue 9 years ago • 5 comments

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/

matthughes avatar Mar 19 '15 04:03 matthughes

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.

philipwalton avatar Mar 19 '15 07:03 philipwalton

I've encountered Firefox issues with widths within container sizing. Most are very specific use cases.

ionlyseespots avatar Mar 19 '15 23:03 ionlyseespots

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.

neonstalwart avatar Mar 24 '15 21:03 neonstalwart

Another similar one http://codepen.io/anon/pen/MYNJpG

brgrz avatar Apr 14 '15 14:04 brgrz

@brgrz can you post a link to the FF bug you filed?

philipwalton avatar Apr 14 '15 14:04 philipwalton