Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Firefox 36 scroll issue? #26

Open
matthughes opened this issue Mar 19, 2015 · 5 comments
Open

Firefox 36 scroll issue? #26

matthughes opened this issue Mar 19, 2015 · 5 comments

Comments

@matthughes
Copy link

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/

@philipwalton
Copy link
Owner

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.

@ionlyseespots
Copy link

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

@neonstalwart
Copy link

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.

@brgrz
Copy link

brgrz commented Apr 14, 2015

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

@philipwalton
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants