Skip to content

performance.now and Bitmap class breaking on Safari 5.1.7 on Windows  #919

@anazei

Description

@anazei

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" )')

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions