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

Does not work with IE10 #39

Open
srsgores opened this issue Jun 14, 2012 · 5 comments
Open

Does not work with IE10 #39

srsgores opened this issue Jun 14, 2012 · 5 comments

Comments

@srsgores
Copy link

At the moment, flexiejs will not work with IE10, and all elements display vertically.

@wouterj
Copy link

wouterj commented Jul 4, 2012

IE10 does support flexbox model (with a prefix). Maybe add it in the README file?

@andrewrabon
Copy link

Does it support the old or new spec? I tried looking it up, but it seems like a hybrid of the two.

@doctyper
Copy link
Owner

doctyper commented Aug 9, 2012

IE10 supports the new flexbox model. Flexie enables the 2009 model. So these are not the droids you are looking for.

@andrewrabon
Copy link

Yeah, I dug into it a bit more. That's nice. What tripped me up was that it supports display:-ms-flexbox instead of -ms-flex, but that part of the spec changed only very recently so I guess it's forgivable.

@cimmanon
Copy link

cimmanon commented Feb 9, 2013

IE10 follows the draft from March 2012 (http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/), which is not the current draft (http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/). You can see exactly which properties are supported via MSDN: http://msdn.microsoft.com/en-us/library/ie/hh772069(v=vs.85).aspx

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

No branches or pull requests

5 participants