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
This is a new assertion added from layout changes by @jonathanolson. Full assertion:
Assertion failed: This node is already managed by a layout container - make sure to wrap it in a Node if DAG, removing it from an old layout container, etc
The above issues are in fact this problem, just a downstream error from this assertion. When the DAG assertion triggers, it doesn't dispose the close button, so it recreates it again after startup and fails the phet-io API checker.
This is a new assertion added from layout changes by @jonathanolson. Full assertion:
Assertion failed: This node is already managed by a layout container - make sure to wrap it in a Node if DAG, removing it from an old layout container, etc
Here is the failing line of code:
sun/js/Dialog.js
Line 250 in 872f33b
We should just be able to dispose this VBox to accomplish the bug fix.
To reproduce the bug, go to the state wrapper in ratio and proportion, and open the keyboard help dialog. Upon 2 set states, it will fail.
The text was updated successfully, but these errors were encountered: