MantisBT - ParaView
View Issue Details
0004315ParaView(No Category)public2007-01-15 10:062007-01-15 22:13
Berk Geveci 
Mark Richardson 
highmajoralways
closedfixed 
 
 
0004315: Input Editor crashes
To reproduce:

* Create sphere
* Create cone
* Apply shrink to cone
* Bring up the input dialog for shrink
* Select sphere
* In Choose Input Port, click on Input (it is already selected but do
it anyway, this will de-select everything from "Select Source"
* Select sphere again. Now SphereSource should have to ShrinkFilters
* Select ConeSource -> crash
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0006182)
Mark Richardson   
2007-01-15 15:01   
I added a map of source name to source to the dialog. Now it can actually look up the modified input list and select them in the pipeline. The code used to use the current input list, which didn't have the new selections.
(0006186)
Berk Geveci   
2007-01-15 22:13   
I verified that this bug was fixed.