View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0006088ParaView(No Category)public2007-11-28 10:162009-05-13 13:59
ReporterKen Moreland 
Assigned ToClinton Stimpson 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target Version3.4Fixed in Version3.4 
Summary0006088: Lower threshold moves when typing value for upper threshold
DescriptionFor 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.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0009804)
Clinton Stimpson (developer)
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 (manager)
2007-12-04 20:00

Fixed local server.

 Issue History
Date Modified Username Field Change
2007-11-28 10:16 Ken Moreland New Issue
2007-11-28 13:44 Clinton Stimpson Status backlog => tabled
2007-11-28 13:44 Clinton Stimpson Assigned To => Clinton Stimpson
2007-11-30 15:14 Clinton Stimpson Status tabled => @80@
2007-11-30 15:14 Clinton Stimpson Resolution open => fixed
2007-11-30 15:14 Clinton Stimpson Note Added: 0009804
2007-12-04 20:00 Alan Scott Status @80@ => closed
2007-12-04 20:00 Alan Scott Note Added: 0009829
2009-05-13 13:58 Utkarsh Ayachit Target Version => 3.4
2009-05-13 13:59 Utkarsh Ayachit Fixed in Version => 3.4
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team