phetsims / density

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

Autoselect doesn't work on scale #166

Closed stemilymill closed 1 year ago

stemilymill commented 1 year ago

For https://github.com/phetsims/qa/issues/930

Autoselect studio feature holding opt/alt or ctrl while hovering over the scale in the Mystery screen does not work. The scale is a featured element, but I still checked without being filtered on featured and no change. Autoselect seems to work for all other elements.

jonathanolson commented 1 year ago

I believe this is probably because it can't be interacted with by mouse/touch (it's meant to be in the background view-only, like pickable:false for nodes).

@arouinfar and @DianaTavares, thoughts on this? It seems like we don't want mouse/touch interaction with it in the sim?

arouinfar commented 1 year ago

That seems reasonable to me @jonathanolson. We don't want/need touch interaction for the scales in Density. Let's close.

Buoyancy has movable scales, and I confirmed that they are can be autoselected in Studio.