MantisBT - ParaView
View Issue Details
0012272ParaViewBugpublic2011-06-14 17:402011-07-29 19:24
Ken Moreland 
Kyle Lutz 
highminorhave not tried
closedfixed 
 
3.12 
Sandia
12272-find-data-not-filled
incorrect functionality
0012272: Query Results spreadsheet in Find Data dialog not being filled
The spreadsheet labeled "Query Results" in the Find Data dialog box is not being updated for all queries. To replicate, follow the instructions for Exercise 2.18: Performing Query-Based Selections in the ParaView Tutorial (http://www.paraview.org/Wiki/The_ParaView_Tutorial [^]). When the query is run, you can see that cells are selected in the 3D view, but no results show up in the spreadsheet in the Find Data dialog box.
No tags attached.
Issue History
2011-06-14 17:40Ken MorelandNew Issue
2011-06-16 17:33Ken MorelandProject => Sandia
2011-06-16 17:33Ken MorelandType => incorrect functionality
2011-06-19 18:40Utkarsh AyachitStatusbacklog => todo
2011-06-22 15:35Utkarsh AyachitStatustodo => backlog
2011-07-04 13:41Utkarsh AyachitAssigned To => Kyle Lutz
2011-07-04 13:50Kyle LutzStatusbacklog => todo
2011-07-04 15:23Kyle LutzStatustodo => active development
2011-07-05 09:29Kyle LutzNote Added: 0026956
2011-07-05 12:24Kyle LutzTopic Name => 12272-find-data-not-filled
2011-07-05 12:24Kyle LutzNote Added: 0026963
2011-07-05 12:24Kyle LutzStatusactive development => gatekeeper review
2011-07-05 12:24Kyle LutzResolutionopen => fixed
2011-07-05 16:22Utkarsh AyachitNote Added: 0026964
2011-07-08 10:34Utkarsh AyachitNote Added: 0026978
2011-07-08 14:09Utkarsh AyachitStatusgatekeeper review => customer review
2011-07-08 14:09Utkarsh AyachitFixed in Version => 3.12
2011-07-29 19:24Alan ScottNote Added: 0027174
2011-07-29 19:24Alan ScottStatuscustomer review => closed

Notes
(0026956)
Kyle Lutz   
2011-07-05 09:29   
I bisected this bug and it was introduced in the following commit:

commit e591bac833957dac4fada41c3c5a94da3c749d3d
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Wed Dec 1 10:45:25 2010 -0500

    Fixed BUG 0011545. Representations were not passing requests to all inputs.
    
    Representations were only passing the update-piece/time request to input port 0.
    That was causing the bug. Fixed that.
(0026963)
Kyle Lutz   
2011-07-05 12:24   
Merge topic '12272-find-data-not-filled' into next

74ec34b Add a flag to vtkPVView to mark if the view time has been set.
(0026964)
Utkarsh Ayachit   
2011-07-05 16:22   
Kyle,

There's a test for the find-data dialog. Can you see if we can extend that test to catch this problem in the future?

You may have to get a bit creative, since there's no easy way to test the contents of the spreadsheet view.
(0026978)
Utkarsh Ayachit   
2011-07-08 10:34   
Verified.
(0027174)
Alan Scott   
2011-07-29 19:24   
Tested master, Linux, local server.