Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect line wrapping in grid row with .col-xs-1, .col-xs-11 in Firefox with Flexbox enabled #18420

Closed
stephaniepurvis opened this issue Dec 3, 2015 · 6 comments

Comments

@stephaniepurvis
Copy link
Contributor

I have a codepen demonstrating this problem here: http://codepen.io/stephaniekendall/pen/XXWJBx

At 585px and below in Firefox (v. 42.0) for Mac, these columns collapse into a single column with the divs stacked on top of each other. The columns behave as expected for me in both Chrome and Safari. It only seems to be a problem when you have 1 col next to 11 cols.

@stephaniepurvis stephaniepurvis changed the title Possible Grid Bug in Firefox? v4-Alpha - Possible Grid Bug in Firefox? Dec 3, 2015
@cvrebert
Copy link
Collaborator

cvrebert commented Dec 4, 2015

@stephaniepurvis Looks like you're using the Flexbox version of the grid. Is that correct?

@cvrebert cvrebert changed the title v4-Alpha - Possible Grid Bug in Firefox? Possible Grid Bug in Firefox? Dec 4, 2015
@stephaniepurvis
Copy link
Contributor Author

Yes, that is correct. I noticed this while playing with the flexbox grid being enabled. I will check tomorrow to see if the same thing happens without the flexbox grid.

@cvrebert cvrebert changed the title Possible Grid Bug in Firefox? Possible Flexbox grid bug in Firefox? Dec 4, 2015
@cvrebert
Copy link
Collaborator

cvrebert commented Dec 4, 2015

Confirmed in OS X Firefox 44.0a2 (2015-12-03) at viewport widths <=615px.

@cvrebert cvrebert changed the title Possible Flexbox grid bug in Firefox? Incorrect line wrapping in grid row with .col-xs-1, .col-xs-11 in Firefox with Flexbox enabled Dec 4, 2015
@mdo mdo mentioned this issue Dec 8, 2015
17 tasks
@cvrebert
Copy link
Collaborator

@stephaniepurvis Your CodePen seems to have been deleted. Do you have another copy or could you recreate the code?
I made http://jsbin.com/nuwanet/edit?html,css just based on the issue description, but can't seem to reproduce in Firefox 48.0a2.

@stephaniepurvis
Copy link
Contributor Author

Sorry about my code pen being gone. If I deleted it, it was on accident! I tried recreating it here: http://codepen.io/stephaniekendall/pen/zBqrvM

I know it was only happening with flexbox enabled, so I am using the compiled version of the css with flexbox = true in my code pen. My version of Firefox is now at 47.0 and I don't seem to be encountering the problem anymore. Since it was only happening in FF, I wonder if it was a bug with FF version 42?

@cvrebert
Copy link
Collaborator

Quite possible. Flexbox implementations in browsers haven't been completely debugged yet and the spec is still receiving some minor clarifications.
Closing since this is no longer reproducible.

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

No branches or pull requests

2 participants