MantisBT - ParaView
View Issue Details
0008594ParaView(No Category)public2009-02-24 13:142009-05-13 13:39
Alan Scott 
Utkarsh Ayachit 
normalminoralways
closedfixed 
 
3.8 
0008594: (Venus - Medium) Information tab bounds information is sized wrong
The information in the Bounds section of the Information tab on the Object Inspector is in fixed point notation. When a user has data that is very, very small (say pinhead size), this doesn't work. Recommend either go to scientific notation, or go to scientific notation when the bounds are smaller than some minimum.
No tags attached.
Issue History
2009-02-24 13:14Alan ScottNew Issue
2009-02-26 18:19Alan ScottSummaryInformation tab bounds information is sized wrong => (Venus - Medium) Information tab bounds information is sized wrong
2009-02-27 10:07Utkarsh AyachitNote Added: 0015455
2009-02-27 10:07Utkarsh AyachitStatusbacklog => @80@
2009-02-27 10:07Utkarsh AyachitResolutionopen => fixed
2009-02-27 10:07Utkarsh AyachitAssigned To => Utkarsh Ayachit
2009-03-02 22:04Alan ScottNote Added: 0015505
2009-03-02 22:04Alan ScottStatus@80@ => closed
2009-05-13 13:39Utkarsh AyachitTarget Version => 3.8
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0015455)
Utkarsh Ayachit   
2009-02-27 10:07   
Using 'g' instead of 'e' or 'f' for double formatting which using the decimal point or scientific notation whichever is more concise.


/cvsroot/ParaView3/ParaView3/Qt/Components/pqProxyInformationWidget.cxx,v <-- Qt/Components/pqProxyInformationWidget.cxx
new revision: 1.24; previous revision: 1.23
(0015505)
Alan Scott   
2009-03-02 22:04   
Tested client/ remote server.