phetsims / collision-lab

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

Cursor over BallValuesPanel NumberDisplays #103

Closed brandonLi8 closed 4 years ago

brandonLi8 commented 4 years ago

In the design doc, it states to use the l-bar cursor when hovering over NumberDisplays in the BallValuesPanel: image

In my opinion, this cursor should be reserved for text-editor-like text boxes, because it implies that you can change the caret position and type in the middle of a string based on where the user clicks. Instead, I would prefer the current cursor "pointer": image which is the one used in unit rates and projectile motion NumberDisplays that also use a Keypad.

arouinfar commented 4 years ago

You make a really good point @brandonLi8. Let's use the pointer.

brandonLi8 commented 4 years ago

Thanks @arouinfar. Done in master. Closing.