phetsims / forces-and-motion-basics

"Forces and Motion: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/forces-and-motion-basics
GNU General Public License v3.0
7 stars 10 forks source link

Slider thumb affecting panel max width #212

Closed phet-steele closed 7 years ago

phet-steele commented 7 years ago

The panels on the Friction and Acceleration screen have this issue when using ?stringTest=x: phetsims/rutherford-scattering/issues/97.

For phetsims/tasks/issues/721.

jessegreenberg commented 7 years ago

The title of teh slider is also moving around with this string test.

jessegreenberg commented 7 years ago

resize: false flags in the panel and the VBox holding the slider and label should fix this.

phet-steele commented 7 years ago

Fixed, thanks @jessegreenberg.