phetsims / number-line-integers

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

Longer strings go out of bounds #107

Closed KatieWoe closed 3 years ago

KatieWoe commented 3 years ago

For https://github.com/phetsims/QA/issues/634. Not in published. Found while looking at https://github.com/phetsims/number-line-integers/issues/90, but as this affects non-movable checkboxes I think it should be addressed. When strings are longer than normal (such as with ?stringTest=double they will go out of bounds and off screen if the screen is close enough to the dev bounds. Image from iOS

moreoutbound newoutofbounds
jbphet commented 3 years ago

I have fixed this in master and propagated the changes to the 1.1 branch. I'll leave it open and will have QA verify the fix on the next RC.

DevonQui commented 3 years ago

Checked this on my iPad and Mac and it looked fixed. Closing