phetsims / density

"Density" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 6 forks source link

Webgl=false doesn't work in studio #187

Closed KatieWoe closed 10 months ago

KatieWoe commented 10 months ago

For https://github.com/phetsims/qa/issues/995 When trying to test ?webgl=false on studio it was unable to load and this error came up. nostudio

zepumph commented 10 months ago

Yes thanks. Can you please ignore this as it is already known and not important for this version. Instead can do you some brief testing using ?phetioDebug=false to silence this error?

KatieWoe commented 10 months ago

Looks ok now

zepumph commented 10 months ago

Thanks! This is a known problem, and was fixed on main/ with https://github.com/phetsims/joist/commit/00ab6d904e539e1c25634d9cf956d9321c26f4a9 but will not be MR'd into old versions of Hydrogen sims because ?webgl=false is not a public query parameter, it is just for testing. Closing