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
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.
The text was updated successfully, but these errors were encountered:
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 <[email protected]>
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.
The text was updated successfully, but these errors were encountered: