MantisBT - ParaView
View Issue Details
0004541ParaView(No Category)public2007-03-06 16:532009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0004541: Input change does not affect widget bounds
If you have a filter like cut or clip that has a 3D widget, the bounds of the 3D widget do not update if the input to the filter changes its bounds either by changes in upstream filters or by changing the filter input.

I attached a screen shot showing 3D widget bounds that failed to update.
No tags attached.
png badwidgetbounds.png (103,986) 1969-12-31 19:00
https://www.vtk.org/Bug/file/5928/badwidgetbounds.png
png
Issue History
2008-04-07 16:54Berk GeveciCategory => 3.4
2008-05-01 13:37Berk GeveciNote Added: 0011649
2008-06-27 09:39Utkarsh AyachitStatustabled => @80@
2008-06-27 09:39Utkarsh AyachitResolutionopen => fixed
2008-06-27 09:39Utkarsh AyachitNote Added: 0012555
2008-06-30 19:53Alan ScottStatus@80@ => @20@
2008-06-30 19:53Alan ScottResolutionfixed => reopened
2008-06-30 19:53Alan ScottNote Added: 0012589
2008-07-01 08:14Utkarsh AyachitStatus@20@ => @80@
2008-07-01 08:14Utkarsh AyachitResolutionreopened => fixed
2008-07-01 08:14Utkarsh AyachitNote Added: 0012592
2008-07-07 18:37Alan ScottStatus@80@ => closed
2008-07-07 18:37Alan ScottNote Added: 0012640
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011649)
Berk Geveci   
2008-05-01 13:37   
If new bounds are such that the widget will be invisible, extend the bounds to include old and new bounds.
(0012555)
Utkarsh Ayachit   
2008-06-27 09:39   
Now when the 3D widget get selected, it;s bounds are reset (with smarts).

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMPropertyHelper.cxx,v <-- Servers/ServerManager/vtkSMPropertyHelper.cxx
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMPropertyHelper.h,v <-- Servers/ServerManager/vtkSMPropertyHelper.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/rendering.xml,v <-- Servers/ServerManager/Resources/rendering.xml
new revision: 1.302; previous revision: 1.301
/cvsroot/ParaView3/ParaView3/Qt/Components/pqBoxWidget.cxx,v <-- Qt/Components/pqBoxWidget.cxx
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqBoxWidget.h,v <-- Qt/Components/pqBoxWidget.h
new revision: 1.2; previous revision: 1.1
/cvsroot/ParaView3/ParaView3/Qt/Components/pqImplicitPlaneWidget.cxx,v <-- Qt/Components/pqImplicitPlaneWidget.cxx
new revision: 1.24; previous revision: 1.23
/cvsroot/ParaView3/ParaView3/Qt/Components/pqImplicitPlaneWidget.h,v <-- Qt/Components/pqImplicitPlaneWidget.h
new revision: 1.14; previous revision: 1.13
(0012589)
Alan Scott   
2008-06-30 19:53   
Doesn't seem to work for me.
ParaView trunk, client/server.
Source/ Wavelet/ Apply.
Surface and color by RTData.
Clip/ Sphere/ Apply.
Change radius to 11, you never receive the option to hit Apply - and the new radius has no effect.
Click "Inside Out", then click it again. This is what it should look like.
(0012592)
Utkarsh Ayachit   
2008-07-01 08:14   
The Sphere widget issue was another bug which should now be fixed as well.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqSphereWidget.cxx,v <-- Qt/Components/pqSphereWidget.cxx
new revision: 1.2; previous revision: 1.1
(0012640)
Alan Scott   
2008-07-07 18:37   
Tested client/server