You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can originate from using the excanvas.js script, for adding canvas support on IE8 and older. The Graph of chap-links-library uses canvas, hence you may have added the excanvas.js script for that?
Anyway, looking at the IE docs of createStyleSheet, they have dropped support for it in IE11 (it was an IE only thing anyway). Solutions:
If you just use the Timeline you don't need excanvas.js at all.
Fix the excanvas.js script (replace createStyleSheet with createElement('script')).
Load a polyfill for this before loading excanvas.js in the browser:
IE 11 throws:
SCRIPT438: Object doesn't support property or method 'createStyleSheet'
when I want to show timeline. In "emulation mode" or older versions of IE it works.
The text was updated successfully, but these errors were encountered: