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
Besides the usual browsers, I also test my EaselJS work on Safari in Windows but Apple hasn't released a new version of Safari for Windows in years. I'm relegated to using Safari 5.1.7 which is the latest version I could find for Windows. These next two errors only affect Safari 5.1.7 for Windows.
When I use Safari 5.1.7 with your latest builds easeljs-NEXT.min.js and easeljs.min.js (v1.0), I immediate get these errors:
TypeError: 'undefined' is not an object (evaluating 'c.performance.now')
and it appears your Bitmap class has been broken. The Bitmap class still works for me in version 0.8.2 on Safari.
TypeError: 'undefined' is not a constructor (evaluating 'new createjs.Bitmap( "images/paint2.png" )')
The text was updated successfully, but these errors were encountered:
Using createjs.1.0.0 also results in "TypeError: 'undefined' is not an object (evaluating 'c.performance.now')"
in Safari 9.1.3 on OS X (10.9.5) and in Safari in iOS 7.1.2.
Of course, using a polyfill for older platforms is a solution, but I am rather surprised that this is not properly covered by the createjs library itself, as it was in earlier versions.
Besides the usual browsers, I also test my EaselJS work on Safari in Windows but Apple hasn't released a new version of Safari for Windows in years. I'm relegated to using Safari 5.1.7 which is the latest version I could find for Windows. These next two errors only affect Safari 5.1.7 for Windows.
When I use Safari 5.1.7 with your latest builds easeljs-NEXT.min.js and easeljs.min.js (v1.0), I immediate get these errors:
TypeError: 'undefined' is not an object (evaluating 'c.performance.now')
and it appears your Bitmap class has been broken. The Bitmap class still works for me in version 0.8.2 on Safari.
TypeError: 'undefined' is not a constructor (evaluating 'new createjs.Bitmap( "images/paint2.png" )')
The text was updated successfully, but these errors were encountered: