phetsims / gas-properties

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

Uninstrument `resizeHandleNode` on the Energy Screen #252

Closed arouinfar closed 3 weeks ago

arouinfar commented 1 month ago

For #30

The container on the Energy Screen has a fixed volume and the handle is permanently hidden via resizeHandleVisibleProperty. However, the resizeHandleNode is still instrumented including the hasResizeHandleProperty, which is confusing. image

@pixelzoom if possible, please uninstrument the resizeHandleNode on the Energy Screen.

pixelzoom commented 3 weeks ago

In addition to uninstrumenting resizeHandleNode.... It seems like the the structure under containerNode is a little off. So I reorganized as shown below. @arouinfar please review, close if OK.

Ideal and Explore screens:

screenshot_3340

Energy screen:

screenshot_3338
arouinfar commented 3 weeks ago

Looks good, thanks @pixelzoom! Closing.