phetsims / area-builder

"Area Builder" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/area-builder
GNU General Public License v3.0
1 stars 2 forks source link

backspace key clears the user's guess #100

Closed pixelzoom closed 7 years ago

pixelzoom commented 7 years ago

Same problem as in Arithmetic: https://github.com/phetsims/arithmetic/issues/178, and related to https://github.com/phetsims/scenery-phet/issues/280. Consider isolating the problem using the same technique described in https://github.com/phetsims/arithmetic/issues/178.

jbphet commented 7 years ago

Fixed this by moving where the clearing of the display occurs. I tested for a while and it seems to work well, but it would be good to put a little QA time into this, since there are a lot of variations that users can do and I'd like to make sure that we hit them all.

phet-steele commented 7 years ago

Bueno 👍