JakeSidSmith / react-reorder

Drag & drop, touch enabled, reorderable / sortable list, React component
https://jakesidsmith.github.io/react-reorder/
MIT License
218 stars 58 forks source link

IE8 support #46

Open ivdma opened 9 years ago

ivdma commented 9 years ago

Tested IE8 with Windows XP and Windows Vista. Both gave the same error:

screen shot 2015-04-01 at 15 16 57

Looks like React issue, but you asked to confirm whether it works on IE8, so I fire this issue here =)

JakeSidSmith commented 9 years ago

Thanks. I'll look into it. :)

JakeSidSmith commented 8 years ago

So, it turns out react needs some polyfills in order to work with IE8. I'll add these to the examples. :)