-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stringTest=long makes lines not aligned with associated strings #305
Comments
Good catch @lmulhall-phet. I think the purpose of |
Ah, I see. That makes much more sense. Thanks, @arouinfar. |
@arouinfar Can you review master? I added some alignBBox/alignGroup refactors. |
@Denz1994 the strings and icons now remained aligned under i18n, which is great. However, it looks like the Displacement and Natural Length icons are missing from the Lab screen, but they're correctly appearing on the Energy screen. It also looks like #305 (comment) hasn't been addressed. |
You are right @arouinfar, what about master now? |
Looks good, thanks @Denz1994! |
This issue seems to be appearing in RC 3 phetsims/qa/issues/165 |
Taking a second look at this, I'm no longer sure. It looks better than it used to, but still seems a bit misaligned to me. |
@KatieWoe I think the Displacement and Natural Length icons are grouped as a single icon, which is then centered with respect to the checkbox. It looks a bit misaligned for @Denz1994 if the icons are indeed grouped, I think we can close this issue. Otherwise, please investigate. |
The icons are grouped with their labels respectively. The slight difference here is one, we have a bracket included in the label group so it isn't as uniform as the other three labels. Two, the arrow isn't the same size as the line symbols in height so there is a bit more variability in the symbol size as well. I am going to agree with closing this issue on the basis that the symbols for the bracketed options are centered with respect to the symbols' sizes and the bracket group. |
Noticed this while looking at #303...
The natural length, mass equilibrium, and movable lines become slightly misaligned when stringTest=long is used:
Default for contrast:
This does not, however, occur with stringTest=double, so I don't know if we care about this... Are there languages where two words can be about 50 characters long?
For phetsims/qa/issues/153.
The text was updated successfully, but these errors were encountered: