MantisBT - ParaView
View Issue Details
0005867ParaView(No Category)public2007-10-11 14:262009-05-13 13:59
Dave DeMarle 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.43.4 
0005867: Time Control Toolbar's index shows wrong result when not snapping to discrete steps
Open can.ex2 and then choose Sequence or real time mode in Animation View. The current time in the Time Control Works fine, but the greyed out time step in the Time Control becomes stuck, thereafter showing incorrect information whenever the time is changed. It should either show nothing in this mode, or work like the current time window does when it is greyed out, preventing input but always updating to show the correct information. For the time step it should probably show the index of the maximum time sample lower than or equal to the actual time, or possibly the nearest time sample depending on which the source uses.
No tags attached.
Issue History
2007-10-11 14:26Dave DeMarleNew Issue
2007-10-11 14:42Dave DeMarleNote Added: 0009418
2008-04-15 10:34Berk GeveciAssigned To => Utkarsh Ayachit
2008-04-15 10:34Berk GeveciStatusbacklog => tabled
2008-04-15 10:34Berk GeveciCategory => 3.4
2008-05-13 10:30Utkarsh AyachitStatustabled => @80@
2008-05-13 10:30Utkarsh AyachitResolutionopen => fixed
2008-05-13 10:30Utkarsh AyachitNote Added: 0011856
2008-05-14 19:59Alan ScottStatus@80@ => closed
2008-05-14 19:59Alan ScottNote Added: 0011943
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
(0009418)
Dave DeMarle   
2007-10-11 14:42   
It is also inconventient that the current time has limited decimal precision and prefers to show the lowest precision digits instead of the highest precision ones. Open can.ex2 in Snap Mode, and move to step 2. The actual time value is apparently t=0.000199905101908371, however instead of seeing "0.000199905101908" we see "00199905101908371". Because the widget is greyed out, we can't tell that this is a small number and not a very very large one.
(0011856)
Utkarsh Ayachit   
2008-05-13 10:30   
In "Sequence" or "RealTime" mode, the current time index does not make any sense, hence it is disabled.

The time edit in the toolbar now shows the higher precision digits.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqAnimationPanel.cxx,v <-- Qt/Components/pqAnimationPanel.cxx
new revision: 1.52; previous revision: 1.51
(0011943)
Alan Scott   
2008-05-14 19:59   
Tested local server