phetsims / masses-and-springs-basics

"Masses and Springs: Basics" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 3 forks source link

Z-order of springNode incorrect on Stretch screen #13

Closed arouinfar closed 5 years ago

arouinfar commented 5 years ago

Not sure if it's related to #4, but in master, the springNode on the Stretch screen is incorrectly layered. The z-ordering is correct on other screens, however.

image

Denz1994 commented 5 years ago

This is related to #4. The above commit fixed this specific issue, but the larger issue is related to #4.

arouinfar commented 5 years ago

@Denz1994 it looks like this got undone in working on #4 or #17.

Denz1994 commented 5 years ago

Ah, good catch. I just pushed a fix. Master should be reviewed @arouinfar.

arouinfar commented 5 years ago

👍