MantisBT - ParaView
View Issue Details
0007109ParaView(No Category)public2008-05-28 08:362009-05-13 13:59
Ken Moreland 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.43.4 
0007109: Component selector on toolbar does not change color bar label
When you are viewing a vector as colors on a surface and have the color bar visible, the label showing which component is displayed is not updated. To replicate:

1. Load disk_out_ref. Turn on all variables.
2. Select V as the scalars to color by.
3. Turn on the color bar visibility. Note the title.
4. Change the component of the vector using either the toolbar or the display panel. The colors update, but the title on the color bar does not.

If you go to the color scale editor dialog box and change the component from there, the title updates properly.
No tags attached.
related to 0007110closed Utkarsh Ayachit Component selector on toolbar does not change color range 
Issue History
2008-05-28 08:36Ken MorelandNew Issue
2008-05-28 08:37Ken MorelandStatusbacklog => tabled
2008-05-28 08:37Ken MorelandAssigned To => Utkarsh Ayachit
2008-05-28 08:40Ken MorelandDescription Updated
2008-05-28 08:45Ken MorelandRelationship addedrelated to 0007110
2008-05-28 08:46Ken MorelandNote Added: 0012137
2008-06-19 16:32Utkarsh AyachitStatustabled => @80@
2008-06-19 16:32Utkarsh AyachitResolutionopen => fixed
2008-06-19 16:32Utkarsh AyachitNote Added: 0012426
2008-06-23 21:14Alan ScottStatus@80@ => closed
2008-06-23 21:14Alan ScottNote Added: 0012487
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
(0012137)
Ken Moreland   
2008-05-28 08:46   
I also notice that the combo boxes in the toolbar and in the display panel list the components as 0, 1, 2 and the color bar title and combo box in the color scale editor dialog box list the components as X, Y, Z. These should probably be consistent.
(0012426)
Utkarsh Ayachit   
2008-06-19 16:32   
Fixed BUG 0007110 and BUG 0007109. The component selector on the toolbar now
affects the scalar bar titles as well as lut ranges correctly.

/cvsroot/ParaView3/ParaView3/Qt/Components/pqColorScaleEditor.cxx,v <-- Qt/Components/pqColorScaleEditor.cxx
new revision: 1.46; previous revision: 1.45
/cvsroot/ParaView3/ParaView3/Qt/Components/pqDisplayColorWidget.cxx,v <-- Qt/Components/pqDisplayColorWidget.cxx
new revision: 1.32; previous revision: 1.31
/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarBarRepresentation.cxx,v <-- Qt/Core/pqScalarBarRepresentation.cxx
new revision: 1.6; previous revision: 1.5
/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarsToColors.cxx,v <-- Qt/Core/pqScalarsToColors.cxx
new revision: 1.17; previous revision: 1.16
/cvsroot/ParaView3/ParaView3/Qt/Core/pqScalarsToColors.h,v <-- Qt/Core/pqScalarsToColors.h
new revision: 1.15; previous revision: 1.14
(0012487)
Alan Scott   
2008-06-23 21:14   
Tested client/server