phetsims / collision-lab

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

TimeControlNode moves a bit between screen 1 and 2 #143

Closed ariel-phet closed 4 years ago

ariel-phet commented 4 years ago

@brandonLi8 the way TimeControlNode is positioned below the 1D screens it moves a bit when switching between screen 1 and 2. However, other UI components stay in their positions. My guess is that TimeControlNode is positioned in a way that is effected by the larger bounds of the collision area with the reflecting border on screen 2.

(just flip between screen 1 and screen 2 to see the issue)

brandonLi8 commented 4 years ago

Fixed in the commit above. Closing.