You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For phetsims/qa#508, but seems to be SOM rather than studio.
When using the visible property to remove the text that is on the buttons to change scenes, the molecule image shifts a bit when the text disappears.
The text was updated successfully, but these errors were encountered:
@arouinfar - please weigh in and let me know if you think this is something that should be addressed and, if so, if it is blocking for the initial dev release to the customer.
@jbphet this is not critical to fix for the initial dev release. I wonder if this could be related to the dynamic layout when UI elements are removed. If I change the textProperty of the string to null, the layout is undisturbed.
Actually, on second thought, I think the current behavior is fine.
The gif shows what happens when the visibleProperty of the string (e.g. argonText) is set to false. This is not featured, and there are other ways to hide this text. If the goal is to remove the entire radio button, then the visibleProperty of the radio button should be set to false. If the goal is to hide the name, its textProperty can be edited to be a null string. Neither of these methods cause layout issues.
For phetsims/qa#508, but seems to be SOM rather than studio.
When using the visible property to remove the text that is on the buttons to change scenes, the molecule image shifts a bit when the text disappears.
The text was updated successfully, but these errors were encountered: