phetsims / projectile-motion

"Projectile Motion" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
15 stars 13 forks source link

Cursor changes to 'pointer' over Diameter and Mass number displays #249

Closed pixelzoom closed 3 years ago

pixelzoom commented 3 years ago

Noted in master 4ed46d3649ed4d5e041e2717eb13c13eb423744b, all browsers on macOS 11.2, did not test on other platforms.

On the Vectors and Drag screens, the cursor changes to 'pointer' when it's over the Diameter or Mass number displays (part of a NumberControl, I assume) in the control panel. This led me to believe that pressing these number displays would open a keypad (I was testing Keypad.js when I discovered this.) This does not happen with other NumberControls, and there is no such cursor change in the published version 1.0.15. So this seems like a regression.

jbphet commented 3 years ago

@pixelzoom - is this a duplicate of #239?

pixelzoom commented 3 years ago

Yep. Silly me. Closing.