View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003742ParaView(No Category)public2006-09-11 16:572006-11-30 22:24
ReporterBerk Geveci 
Assigned ToClinton Stimpson 
PrioritynormalSeveritymajorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003742: Cut slices are not removed when deleted from the GUI
Description* Create a cut filter
* Create 10 slices
* Accept
* Delete all slices and create 1 slice
* Accept

There are still bunch of slices hanging around.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0005339)
Berk Geveci (administrator)
2006-10-11 14:20

Also, the range is wrong.
(0005615)
Clinton Stimpson (developer)
2006-10-30 18:57

Unlike other domains, vtkSMBoundsDomain::Update only gets bounds from the *unchecked* values of the vtkSMProxyProperty.
Since we don't do that in PV3, the domain fails to initialize with bounds, and the range is wrong in the GUI panel.
(0005717)
Clinton Stimpson (developer)
2006-11-14 15:07

/cvsroot/ParaView3/ParaView3/Qt/Components/pqSampleScalarWidget.cxx,v <-- pqSampleScalarWidget.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMBoundsDomain.cxx,v <-- vtkSMBoundsDomain.cxx
new revision: 1.8; previous revision: 1.7


vtkSMBoundsDomain::Update falls back to proxies, in case there are no unchecked proxies.
pqSampleScalarWidget checks for a bounds domain as well as scalar range domain.
(0005725)
Kent Eschenberg (reporter)
2006-11-16 11:37

This looks like bug 0002099 reported 8/4/2005.

 Issue History
Date Modified Username Field Change
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team