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

Unable to grab blocks through mass labels #163

Closed stemilymill closed 1 year ago

stemilymill commented 1 year ago

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

In 1.1.0 versions I cannot grab blocks through the mass labels. I am able to grab through the labels in the published sim and other previous versions

jonathanolson commented 1 year ago

Good catch! Looks like this happened when Panel in common code became pickable:true on the background by default.

Should be fixed in master, can you verify?

stemilymill commented 1 year ago

yes, fixed in master

jonathanolson commented 1 year ago

Thanks!