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
Describe the bug
The ProcedureModel has a couple of bugs, based on recent experience:
A node dragged from the palette cannot be added on to the very end of a procedure.
Adding a node prior to the current last node, and then trying to move the last node up above the newly-added one (thus putting the new node at the end of the procedure) causes a segfault.
A node added to an IfValueInRange node branch cannot then be deleted (IfValueInRange node specific?)
The text was updated successfully, but these errors were encountered:
Regarding 1), dragging a node into empty space at the foot of the existing nodes does work as expected, but trying to hit the bottom of the final node "on the line" does not. It would be really nice if the drag/drop (mouse) indicators changed to reflect this, but this not seems to be working / doable?
jws-1
linked a pull request
Sep 4, 2023
that will
close
this issue
Describe the bug
The
ProcedureModel
has a couple of bugs, based on recent experience:A node dragged from the palette cannot be added on to the very end of a procedure.The text was updated successfully, but these errors were encountered: