-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lost support for IE8-10 #16
Comments
I have created a new branch However I did not test it so it may be completely broken, but feel free to give a try for now (I'll do some checking as soon as I can!). |
@indra-uolles A simple way to make I cannot do huge modification to the plugin right now, and I still have to decide if I want to add support for IE < 10 by modifying the plugin or simply by adding documentation on what to do to support IE < 10. |
I liked this plugin because it was really lightweight and supported old IEs. I used it at two big websites and the functionality of this old version was enough for me. Maybe there are other people like me, with same demands. So you could add some info to documentation about IE support (like - plugin has full IE support until version xxx; if you want latest features and IE support you can blah-blah) and maybe not to bother with modifyng the plugin. |
@indra-uolles I am trying to re-add support for IE8-9, I will push some update to the |
Support for IE8-10 should be back on branch |
I tested it in IE8-11 in my last project, no errors now :) John Doe | "Some wonderful artpiece" | 1977-1979 |
Now this plugin throws errors in IE8-10 because of "dataset" usage. I had to use old version of plugin without "dataset" and it worked fine.
The text was updated successfully, but these errors were encountered: