-
Notifications
You must be signed in to change notification settings - Fork 319
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
Timeline not loading due to 'Object expected'-error in IE11 #243
Comments
I haven't looked into it yet, but the latest version (6.3.5) breaks IE11 support for me. 6.3.4 seems to work in IE11. |
My untested theory:
With Timeline 6.3.5 prototype pollution was removed which most likely caused these issues. The pollution provided missing polyfills for these versions and since it is no longer present it just doesn't work. Simply updating dependencies or providing global polyfills could resolve this issue. |
@Thomaash I encountered the similar issue. I updated both Vis Util and Vis Data to the recommended versions and it seemed to resolve the IE 11 issues I encountered. |
This brings new featuer introduce in Vis Data (hence feat) and also fixes IE11 issues. Closes #243.
This brings new featuer introduce in Vis Data (hence feat) and also fixes IE11 issues. Closes #243.
🎉 This issue has been resolved in version 6.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Error
In IE11 I get the error
Object expected
on line 20 in Range.js. Looks likemoment
is undefined.Steps to reproduce
I can't find any list of supported browsers for vis-timeline, so I'm not sure if IE11 is supposed to be supported anymore.
The text was updated successfully, but these errors were encountered: