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
There is something strange when clicking a button in a Dialog. Try opening the InteractiveTree scenario and clicking Add Root in the status bar. The Dialog will open and after typing the node name click on the Ok button. The Dialog closes and opens again despite Application.RequestStop having been called. Therefore, the Dialog should not open and the same happens with the Cancel button.
It is a good idea to create a unit test to prevent this bad behavior from happening.
There is something strange when clicking a button in a Dialog. Try opening the
InteractiveTree
scenario and clicking Add Root in the status bar. TheDialog
will open and after typing the node name click on theOk
button. TheDialog
closes and opens again despiteApplication.RequestStop
having been called. Therefore, theDialog
should not open and the same happens with theCancel
button.It is a good idea to create a unit test to prevent this bad behavior from happening.
Originally posted by @BDisp in #3555 (comment)
The text was updated successfully, but these errors were encountered: