flexie icon indicating copy to clipboard operation
flexie copied to clipboard

Does not work with IE10

Open srsgores opened this issue 12 years ago • 5 comments

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

srsgores avatar Jun 14 '12 00:06 srsgores

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

wouterj avatar Jul 04 '12 06:07 wouterj

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

andrewrabon avatar Aug 09 '12 08:08 andrewrabon

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

doctyper avatar Aug 09 '12 16:08 doctyper

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.

andrewrabon avatar Aug 09 '12 20:08 andrewrabon

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

cimmanon avatar Feb 09 '13 17:02 cimmanon