phetsims / number-line-distance

"Number Line: Distance" is an educational simulation in HTML5, by PhET Interactive Simulations.
GNU General Public License v3.0
0 stars 3 forks source link

Thermometers cover x1 and x2 labels #61

Closed Nancy-Salpepi closed 3 years ago

Nancy-Salpepi commented 3 years ago

https://github.com/phetsims/qa/issues/683

Since the pointers were removed, the thermometers now have the ability to cover the x1 and x2 labels below the number line.

Screen Shot 2021-08-02 at 8 21 11 AM
amanda-phet commented 3 years ago

I knew this would be possible, and it's related to a change we made in https://github.com/phetsims/number-line-distance/issues/24 . I don't think we want to create even more space between the number line and play area (or else they seem too disconnected) so I am ok with this edge case. There are other ways to know which one is x1 and x2, in this case.

Thanks for documenting this @Nancy-Salpepi