parallax / ddt

DDT (Drag and Drop Tables) is a library that adds drag and drop reordering support to HTML tables.
MIT License
5 stars 0 forks source link

Add IE support #46

Open nathggns opened 10 years ago

nathggns commented 10 years ago

We want to add IE support at some point.

This is what support we have for IE at the moment

IE 11 and IE 10

Seems to be mostly working. Some issues with table borders disappearing but we should be okay. This will be the easiest to fix.

IE 9

Completely broken. Probably due to errors with the DDTCSS class not being properly supported in older browsers (due to using some new APIs for dynamically inserting selectors not existing).

nathggns commented 10 years ago

Seems like the table borders disappearing also affects older versions of Chrome and Firefox.

nathggns commented 10 years ago

The APIs DDTCSS are using are supported in IE8 so I'm not sure why it's broken in IE9. Will need to look into this.