MantisBT - ParaView
View Issue Details
0004295ParaView(No Category)public2007-01-10 13:002007-02-05 16:08
Ken Moreland 
Mark Richardson 
urgentminoralways
closedfixed 
 
 
0004295: Select Input when filter deleted
Whenever any object is deleted in the pipeline browser, that object is necessarily selected in the pipeline browser. After the deletion, the selection changes to the first item in the browser: the server. That is never where I really want the selection to go.

As a first guess, it would be better to select the input of the deleted filter (assuming there is only one input). More often then not, that is the object I want to modify next.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006268)
Mark Richardson   
2007-01-25 17:18   
The selection is now changed when removing a pipeline object. The parent object is selected. If a source is deleted, the server is selected. If a filter with one input is deleted, the input is selected. If a filter with more than one input is deleted, the server is selected.