React-sortable-hoc: Example only work ie11 +

Created on 12 Jun 2016  ·  3Comments  ·  Source: clauderic/react-sortable-hoc

What about ie10 and below..

Most helpful comment

Looks like the issue was doing an uppercase on the ms prefix. I put in a pr here: https://github.com/clauderic/react-sortable-hoc/pull/10

All 3 comments

Not sure why Its not working in IE10, must be a fairly simple fix. Feel free to submit a PR :) otherwise I'll take a look at this in about a week

Looks like the issue was doing an uppercase on the ms prefix. I put in a pr here: https://github.com/clauderic/react-sortable-hoc/pull/10

It should work in IE10 now in the 0.0.2 release, though the performance wasn't great on my VM. Not sure if it'll be better on an actual machine. It will also work in IE9, though IE9 does not support css transitions, so no animations.

Was this page helpful?
0 / 5 - 0 ratings