BlueQuartzSoftware / BlueQuartzSoftware/SIMPL

Quickly Deleting filters from pipeline will cause crashes. Dragging by the "delete" icon on filter widgets will cause crashes

Open
#315 0 comments 0 reactions 3 assignees Claimed by @mmarineBlueQuartz View on GitHub
Bug
Dominant language
C++
Stars
8
Forks
22
PR merge metrics
No merged PRs in 30d

Description

The user attempts to drag a filter via the delete button causes unexpected behaviors where the first filter will always be the filter that is dragged. The filter is then sort of deleted but never removed from the Pipeline view. This makes it impossible to actually delete the filter.

Quickly clicking on the delete button in multiple filters will also eventually cause a crash.

The animation may be the deep rooted cause of the crashes as the animation is done on the event queue and the preflight is probably running before the animation is complete. This causes an inconsistent state in the pipeline model which will lead to a crash.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.