phetsims / resistance-in-a-wire

"Resistance in a Wire" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/resistance-in-a-wire
GNU General Public License v3.0
1 stars 4 forks source link

Internet Explorer Does not have any sound #195

Closed JRomero0613 closed 5 years ago

JRomero0613 commented 5 years ago

For https://github.com/phetsims/QA/issues/219 when testing on Windows 7 on IE there is no sound at all within the sim. I checked on Windows 8 on IE to see if it occurs under these conditions as well and it does, we seem to have an issue with sound on Internet Explorer. One interesting thing about this version of the sim is that the speaker icon in the bottom corner used to mute/unmute the sim is not present in the IE versions, while the same exact URL has a sound icon and functioning sound in Chrome and Firefox on the same platform. I have attached a screenshot of this difference between browser versions of the sim. ie_riaw_no_sound

jessegreenberg commented 5 years ago

Can't remember for certain, but I think it was decided that we wouldn't support sound in IE11. @jbphet can you confirm?

jbphet commented 5 years ago

Yes, this is intentional since IE lacks support for Web Audio (Microsoft is putting all their browser development effort into Edge). See https://github.com/phetsims/tambo/issues/6 for the history of this decision. Closing.