MantisBT - ParaView
View Issue Details
0010479ParaViewBugpublic2010-03-29 14:082011-09-01 13:31
Utkarsh Ayachit 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
3.8.13.12 
0010479: Spreadsheet view: Show selected only doesn't work correctly when selection is changed.
* Create selection in 3D view.
* Split - create spreadsheet view
* Enable "show selected only"
* Change selection in 3D view
* The spreadsheet now shows incorrect values. Toggle the "show selected only" option off and and on again and you see the correct values.
No tags attached.
Issue History
2010-03-29 14:08Utkarsh AyachitNew Issue
2010-06-15 09:44Utkarsh AyachitTarget Version3.8.2 => 3.8.1
2010-07-09 12:54Utkarsh AyachitStatusbacklog => tabled
2010-07-09 12:54Utkarsh AyachitAssigned To => Utkarsh Ayachit
2010-07-09 14:44Utkarsh AyachitNote Added: 0021341
2010-07-09 14:44Utkarsh AyachitStatustabled => @80@
2010-07-09 14:44Utkarsh AyachitFixed in Version => Development
2010-07-09 14:44Utkarsh AyachitResolutionopen => fixed
2010-07-12 13:18Utkarsh AyachitNote Added: 0021359
2010-07-12 19:37Alan ScottNote Added: 0021365
2010-07-12 19:37Alan ScottStatus@80@ => closed
2011-09-01 13:31Utkarsh AyachitFixed in VersionDevelopment => 3.12

Notes
(0021341)
Utkarsh Ayachit   
2010-07-09 14:44   
commit 48dd15ae491e9a8e7ebbdfa781b7696744cb0ec9
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Jul 9 14:38:03 2010 -0400

    Fixed BUG 0010479.
    
    The vtkSMSpreadSheetRepresentationProxy was not firing UpdateDataEvent when
    selection was changed which was resulting in the pqSpreadSheetViewModel not
    realizing that the number of rows may have changed. That was causing the issue.
    
    This patch also cleans up the code in vtkAttributeDataToTableFilter and
    vtkTableStreamer by moving the addition of indices to the
    vtkAttributeDataToTableFilter. This makes it easier to handle the case when the
    input has cells but no cell data, for example.


Needs to move to release branch
(0021359)
Utkarsh Ayachit   
2010-07-12 13:18   
commit b9535eaa95b569372786d1ff3ec45ac2d3bb6345
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Mon Jul 12 13:16:46 2010 -0400

    Hide vtkOriginalIndices.
    
    Fixes dashboard issues following commit:
    9afb2ead3e8026be4005e887aecb20c72166a200.
(0021365)
Alan Scott   
2010-07-12 19:37   
Tested local server, trunk, Windows.