MantisBT - ParaView
View Issue Details
0006627ParaView(No Category)public2008-03-18 19:472011-01-13 17:00
Alan Scott 
Utkarsh Ayachit 
urgentmajoralways
closedfixed 
 
3.43.4 
0006627: Selection inspector shows incorrect data
The selection inspector displays incorrect data. I cannot replicate this on the trunk, because I get a seg fault using the Object Inspector. Thus, this bug is for PV 3.2.1.

*Open ParaView 3.2.1.

*Open can.exo. Select all variables ON.

*Display representation: Surface with edges.

*Rotate the can so you are seeing the "inside".

*View/Selection inspector on.

*Click on - Select Points On. Rubber band select the two points on the face of the block, upper left corner, and the one right of that. They should be points 9857 and 9741. Alternately, select some point, then change the Indexes in the Selection Inspector.

* In the Selection inspector, slide down and select the Point Label Tab. Click Visible. (ParaView trunk as of March 18th dies a very bad death right here.)

* Where it says Label Mode, select ACCL. Rotate the screen so you can see the numbers.

* Split vertical. Spreadsheet view.

* Filters/ Data analysis/ Extract Selection. Copy Active Selection. Apply. Expand the ACCL column.

>>>> The spreadsheet view and the selection inspector's displayed data don't agree. I assume that the spreadsheet view is correct, I am convinced that the displayed data is bogus. I believe that the XYZ data is being rotated somehow - i.e., it is sometimes being presented as YZX

This is a bad bug, since we have users that are starting to use the data on the screen as real.





No tags attached.
Issue History
2008-03-18 19:47Alan ScottNew Issue
2008-03-19 20:18Berk GeveciStatusbacklog => tabled
2008-03-19 20:18Berk GeveciAssigned To => Utkarsh Ayachit
2008-03-20 16:11Utkarsh AyachitStatustabled => @80@
2008-03-20 16:11Utkarsh AyachitResolutionopen => fixed
2008-03-20 16:11Utkarsh AyachitNote Added: 0010873
2008-04-07 17:21Alan ScottStatus@80@ => closed
2008-04-07 17:21Alan ScottNote Added: 0011125
2009-05-13 13:58Utkarsh AyachitTarget Version => 3.4
2009-05-13 13:59Utkarsh AyachitFixed in Version => 3.4
2011-01-13 17:00Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0010873)
Utkarsh Ayachit   
2008-03-20 16:11   
When showing labels for array with more than 1 component, the data lookup was incorrect.

/cvsroot/ParaView3/ParaView3/VTK/Rendering/vtkLabeledDataMapper.cxx,v <-- VTK/Rendering/vtkLabeledDataMapper.cxx
new revision: 1.52; previous revision: 1.51
(0011125)
Alan Scott   
2008-04-07 17:21   
Tested client/server. Trunk does not crash through this whole test. Correct results.