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

TimeSpeedProperty valid values don't match Time Speed radio buttons #374

Closed Denz1994 closed 4 years ago

Denz1994 commented 4 years ago

Discovered during https://github.com/phetsims/scenery-phet/issues/607:

In the studio view of MAL, searching for "TimeSpeedProperty" shows Valid Values: Fast, Normal, Slow. However, the radio buttons are limited to only "Normal" and "Slow". Selecting the "Fast" option in the studio view will deselect both radio buttons in the sim view and doesn't seem to change the sim speed.

I would expect the "Fast" option to not be present in the studio view as a valid value. Assigning responsible dev to investigate.

See this comment under the "Studio" content for more context and a potential solution.

jessegreenberg commented 4 years ago

Thanks @Denz1994 fixed in the above commit, only valid options in studio now: image