MantisBT - ParaView
View Issue Details
0007183ParaView(No Category)public2008-06-10 14:122009-05-13 13:59
Eric Monson 
Utkarsh Ayachit 
normalminoralways
closedfixed 
OS X10.5.2
 
3.43.4 
0007183: Selection labels not updated when time incremented
When labels are displayed for a point selection and time is incremented (or animated), the labels do not update their positions or values in the view area, even though the points still appear selected and the selection criterion is still shown in the Selection Inspector. Active Selection options must be changed, or a new selection must be made using the selection tool, before the labels will update to the appropriate new positions and values.
No tags attached.
Issue History
2008-06-10 14:12Eric MonsonNew Issue
2008-06-11 08:55Utkarsh AyachitStatusbacklog => tabled
2008-06-11 08:55Utkarsh AyachitAssigned To => Utkarsh Ayachit
2008-06-12 14:28Utkarsh AyachitStatustabled => @80@
2008-06-12 14:28Utkarsh AyachitResolutionopen => fixed
2008-06-12 14:28Utkarsh AyachitNote Added: 0012333
2008-06-17 17:30Alan ScottStatus@80@ => closed
2008-06-17 17:30Alan ScottNote Added: 0012387
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
(0012333)
Utkarsh Ayachit   
2008-06-12 14:28   
vtkSMDataLabelRepresentationProxy was not using correct
time to update the pipeline.
vtkSMSelectionRepresentationProxy was not propagation all time related values to
the internal data label representation.

---------
commitid: iIhZBgQgtEDvLG6t;
---------

/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMDataLabelRepresentationProxy.h,v <-- Servers/ServerManager/vtkSMDataLabelRepresentationProxy.h
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMDataLabelRepresentationProxy.cxx,v <-- Servers/ServerManager/vtkSMDataLabelRepresentationProxy.cxx
new revision: 1.16; previous revision: 1.15
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSelectionRepresentationProxy.h,v <-- Servers/ServerManager/vtkSMSelectionRepresentationProxy.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/vtkSMSelectionRepresentationProxy.cxx,v <-- Servers/ServerManager/vtkSMSelectionRepresentationProxy.cxx
new revision: 1.14; previous revision: 1.13
(0012387)
Alan Scott   
2008-06-17 17:30   
Tested client/server