Closed infinnie closed 9 years ago
Maybe due to getter usage? You can try removing it. If it works, you can add a feature check like canDefineProperty and change the code to use it.
Seems a problem caused by addEventListener :( Maybe it can be overcome by hijacking the addEventListener/removeEventListener properties to jQuery calls I guess :sleeping:
It is not wise to depend on jQuery for the sake of two methods. jQuery isn't magic. Take a look at what it does and do the same. For example, maybe IE8 needs node.attachEvent
instead or something similar.
Yup :)
Closing. Please feel free to create a fork doing this. We don't plan to officially support IE8 in this repo.
Recently I’ve been dealing with compatibility issues of a project using React-DnD. Now exactly because of the code from react-dnd-html5-backend, the web app ceases to work in IE8. What can I do?