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

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

Open
imikejackson opened this issue Feb 9, 2019 · 0 comments
Assignees
Labels

Comments

@imikejackson
Copy link
Contributor

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.

@imikejackson imikejackson added this to To Do in DREAM3D Aggregated via automation Feb 9, 2019
imikejackson added a commit to imikejackson/SIMPL that referenced this issue Feb 10, 2019
There is some minimal flashing of the SVPipelineView at the start/end of the animation
but by disabling the SVPipelineView we stop the user from putting the PipelineModel
into a state that will cause crashes.

updates BlueQuartzSoftware#315

Signed-off-by: Michael Jackson <mike.jackson@bluequartz.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

3 participants