Skip to content
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

ProcedureModel issues #1600

Open
trisyoungs opened this issue Aug 2, 2023 · 1 comment · May be fixed by #1657
Open

ProcedureModel issues #1600

trisyoungs opened this issue Aug 2, 2023 · 1 comment · May be fixed by #1657
Assignees
Labels
Scope: GUI Related to the GUI Type: Bug General bug / issue
Projects

Comments

@trisyoungs
Copy link
Member

trisyoungs commented Aug 2, 2023

Describe the bug
The ProcedureModel has a couple of bugs, based on recent experience:

  1. A node dragged from the palette cannot be added on to the very end of a procedure.
  2. 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.
  3. A node added to an IfValueInRange node branch cannot then be deleted (IfValueInRange node specific?)
@trisyoungs trisyoungs added Type: Bug General bug / issue Scope: GUI Related to the GUI labels Aug 2, 2023
@github-actions github-actions bot added this to GUI in Overview Aug 2, 2023
@trisyoungs trisyoungs self-assigned this Aug 3, 2023
@trisyoungs
Copy link
Member Author

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 jws-1 linked a pull request Sep 4, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: GUI Related to the GUI Type: Bug General bug / issue
Projects
Development

Successfully merging a pull request may close this issue.

1 participant