MantisBT - ParaView
View Issue Details
0015648ParaView(No Category)public2015-08-13 14:542015-12-01 17:16
Ken Moreland 
Cory Quammen 
normalminorhave not tried
closedfixed 
git-master 
4.44.4 
Sandia
15648_update_find_data_dialog
incorrect functionality
0015648: Find Data fields not initially updated correctly after session reset.
The Find Data dialog box is not initially populating the field chooser box with all the cell fields after Reset Session is run. To replicate do the following:

1. Open can.ex2. Load all variables. Apply.
2. Open the Find Data dialog box.
3. Close the Find Data dialog box.
4. Edit -> Reset Session
5. Open can.ex2. Load all variables. Apply.
6. Open the Find Data dialog box.

By default, the upper left combo box is set to find cells. The combo box below that is supposed to be populated with all the cell fields that you can query on. But initially it only has ID and Query. Where are EQPS, GlobalElementId and the others?

You can work around this bug by changing the upper left combo box from Cells to Points and then back to Cells. That seems to cause the combo boxes to update. (Although for some reason the block query line disappears. Maybe you should have a query specifically on blocks?)
No tags attached.
related to 0015650closed Cory Quammen Show frustum toggle not working after reset session 
Issue History
2015-08-13 14:54Ken MorelandNew Issue
2015-08-13 17:57Ken MorelandRelationship addedrelated to 0015650
2015-08-17 16:14Alan ScottProjectTBD => Sandia
2015-08-17 16:14Alan ScottNote Added: 0035007
2015-08-17 16:14Alan ScottStatusbacklog => todo
2015-08-17 16:14Alan ScottTarget Version => 4.4
2015-08-19 09:06Utkarsh AyachitNote Added: 0035029
2015-08-27 22:28Cory QuammenAssigned To => Cory Quammen
2015-08-27 22:37Cory QuammenStatustodo => active development
2015-08-31 00:16Cory QuammenNote Added: 0035101
2015-09-02 17:41Cory QuammenTopic Name => 15648_update_find_data_dialog
2015-09-02 17:41Cory QuammenNote Added: 0035141
2015-09-02 17:41Cory QuammenStatusactive development => gatekeeper review
2015-09-02 17:41Cory QuammenFixed in Version => 4.4
2015-09-02 17:41Cory QuammenResolutionopen => fixed
2015-09-03 09:38Utkarsh AyachitStatusgatekeeper review => customer review
2015-12-01 17:16Alan ScottNote Added: 0035499
2015-12-01 17:16Alan ScottStatuscustomer review => closed

Notes
(0035007)
Alan Scott   
2015-08-17 16:14   
Find data is important. Unless difficult or risky, lets try to get this into 4.4.
(0035029)
Utkarsh Ayachit   
2015-08-19 09:06   
Another issue (potentially related):

+ Open can.ex2 (don't hit Apply)
+ Open Find Data dialog
+ Now select all variables on can.ex2 and hit Apply.
+ The Find Data dialog's fields are not updated. Changing the active source to the "builtin" and then back to can.ex2 in the Pipeline browser overcomes this issue.
(0035101)
Cory Quammen   
2015-08-31 00:16   
These problems should be fixed in

https://gitlab.kitware.com/paraview/paraview/merge_requests/339 [^]
(0035141)
Cory Quammen   
2015-09-02 17:41   
commit 79e0aebc8484422087fea83634722b3b7581cd44
Author: Cory Quammen <cory.quammen@kitware.com>
Date: Sun Aug 30 23:52:56 2015 -0400

    BUG 15648: Update fields in find data dialog
    
    In some cases, the field combo box would not be updated when showing
    the Find Data dialog. Fixed things to update the field combo box when
    the data is updated in the selected port's pipeline source.
(0035499)
Alan Scott   
2015-12-01 17:16   
Tested with Ken and also Utkarsh's report. Linux, master, local server.