MantisBT - ParaView
View Issue Details
0006088ParaView(No Category)public2007-11-28 10:162009-05-13 13:59
Ken Moreland 
Clinton Stimpson 
normalminoralways
closedfixed 
 
3.43.4 
0006088: Lower threshold moves when typing value for upper threshold
For the threshold filter, the lower and upper threshold parameters are linked such that the lower threshold is always below the upper threshold (which is good). The problem comes in when users try to type in values for the lower and upper thresholds.

The natural thing to do is to first type a value for the lower threshold (being the first box) and then type in a value for the upper threshold. The problem is that as you type a value in the upper threshold, the lower threshold is adjusted inappropriately. For example, say you want to threshold between 20 and 90. You first type 20 in the lower threshold and then type 90 in the upper threshold. However, as soon as you hit the 9 key, the lower threshold is snapped down to 9 and stays there after you hit the 0 key. It's confusing and annoying. There needs to be some special logic that ensures that the lower threshold is restored to its previous value after the entire upper threshold is completed.
No tags attached.
Issue History
2007-11-28 10:16Ken MorelandNew Issue
2007-11-28 13:44Clinton StimpsonStatusbacklog => tabled
2007-11-28 13:44Clinton StimpsonAssigned To => Clinton Stimpson
2007-11-30 15:14Clinton StimpsonStatustabled => @80@
2007-11-30 15:14Clinton StimpsonResolutionopen => fixed
2007-11-30 15:14Clinton StimpsonNote Added: 0009804
2007-12-04 20:00Alan ScottStatus@80@ => closed
2007-12-04 20:00Alan ScottNote Added: 0009829
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
(0009804)
Clinton Stimpson   
2007-11-30 15:14   
Fixed. When typing it waits for editingFinished() before clamping lower/upper values.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqThresholdPanel.cxx,v <-- pqThresholdPanel.cxx
new revision: 1.19; previous revision: 1.18
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqDoubleRangeWidget.cxx,v <-- pqDoubleRangeWidget.cxx
new revision: 1.11; previous revision: 1.10
/cvsroot/ParaView3/ParaView3/Qt/Widgets/pqDoubleRangeWidget.h,v <-- pqDoubleRangeWidget.h
new revision: 1.8; previous revision: 1.7
(0009829)
Alan Scott   
2007-12-04 20:00   
Fixed local server.