phetsims / wave-interference

"Wave Interference" is an educational simulation in HTML5, by PhET Interactive Simulations.
MIT License
19 stars 5 forks source link

Sim won't open in IE #424

Closed KatieWoe closed 5 years ago

KatieWoe commented 5 years ago

For https://github.com/phetsims/QA/issues/389 The main sim won't load in IE. Error in console: SCRIPT438: Object doesn't support property or method 'ellipse'

samreid commented 5 years ago

The problem is happening around this part:

image

samreid commented 5 years ago

According to https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/ellipse, context.ellipse is not supported on IE. I'll look for another solution.

samreid commented 5 years ago

Proposed fix committed and checks out OK on my IE11 on bootcamp. I tested this new dev version https://phet-dev.colorado.edu/html/wave-interference/2.0.0-dev.10/phet/ . @KatieWoe can you please verify on that or on phettest?

UPDATE: please close if all is well.

KatieWoe commented 5 years ago

Dev test opens alright