phetsims / molecule-shapes

"Molecule Shapes" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/molecule-shapes
GNU General Public License v3.0
5 stars 6 forks source link

Touch outline doesn't reflect touch area with locales other than English #239

Closed arouinfar closed 1 year ago

arouinfar commented 1 year ago

Originally reported in https://github.com/phetsims/scenery-phet/issues/766 and was discovered in https://github.com/phetsims/qa/issues/844 and https://github.com/phetsims/qa/issues/845.

Opening an issue in molecule-shapes to keep track of this issue. Since showPointerAreas is an internal tool and the touch behavior is otherwise correct, this isn't a publication-blocking issue.

jonathanolson commented 1 year ago

Using VerticalCheckboxGroup now. This needed a new optionsCheckboxGroup tandem, and some tandem/structure changes around it. Can you verify?

Otherwise, the touch issue should be fixed (and was a bug)

arouinfar commented 1 year ago

Looks good, thanks @jonathanolson