phetsims / molecules-and-light

"Molecules and Light" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
2 stars 5 forks source link

Verbose vibration context response not reset after reset or page load #314

Closed terracoda closed 4 years ago

terracoda commented 4 years ago

@jessegreenberg, I am not sure if I already opened an issue for this bug. Apologies if this is a duplicate issue. I notice this behaviour a while ago, so it is not recently introduced.

Issue at Normal Sim Speed The molecule "reactions" or context responses start off with slightly more detail, and then change to one-word descriptions.

The verbose descriptions return after a molecule change, and after a light source change, but they do not reset after a reset (with no change in molecule or light source) nor a page reload.

I think the verbose alert should return after a reset and after a page load regardless of other interactions.

jessegreenberg commented 4 years ago

Thanks @terracoda, fixed in the above commit. The alert manager is now reset when the model resets.