phetsims / balancing-chemical-equations

"Balancing Chemical Equations" is an educational simulation in HTML5, by PhET Interactive Simulations.
http://phet.colorado.edu/en/simulation/balancing-chemical-equations
GNU General Public License v3.0
2 stars 5 forks source link

i18n problem with LevelCompletedNode #107

Closed pixelzoom closed 9 years ago

pixelzoom commented 9 years ago

With exceptionally long strings (e.g. ?stringTest=long) the game feedback dialog can exceed the width of the play area. Eg:

screenshot_46

Need to set maxWidth for GameFeedbackDialog.

pixelzoom commented 9 years ago

Correction: Need to set maxWidth for LevelCompletedNode.

pixelzoom commented 9 years ago

Fixed. Screenshot with stringTest=long:

screenshot_47