MantisBT - ParaView
View Issue Details
0014572ParaView(No Category)public2014-02-13 15:182014-08-29 11:00
Utkarsh Ayachit 
Sankhesh Jhaveri 
normalminorhave not tried
closedfixed 
git-master 
4.24.2 
Sandia
14572-search-series-parameter-widget
incorrect functionality
0014572: Chart Panels: Searching doesn't work in the Series Parameters widget
+ Open disk_out_ref.ex2, enable all variables. apply
+ Create plot over line filter, apply
+ Make the "Series Parameter" table widget on the Properties panel, active by clicking in it. Then hit Ctrl+F. Search widget should pop up.
+ Try trying the name of one of the series array it it, as you type the text, if should highlight the array. It doesn't. However if you do type incorrect text i.e text not matching any array names, it does go red as expected. So looks like it's half working.

My guess is that it's working for QTreeWidget instances, but not for QTreeView instances.
No tags attached.
Issue History
2014-02-13 15:18Utkarsh AyachitNew Issue
2014-02-13 15:18Utkarsh AyachitAssigned To => Sankhesh Jhaveri
2014-02-17 11:18Utkarsh AyachitSummarySearching doesn't work in the Series Parameters widget => Chart Panels: Searching doesn't work in the Series Parameters widget
2014-02-17 11:18Utkarsh AyachitStatusbacklog => todo
2014-02-26 15:11Sankhesh JhaveriTopic Name => 14572-search-series-parameter-widget
2014-02-26 15:11Sankhesh JhaveriNote Added: 0032416
2014-02-26 15:11Sankhesh JhaveriStatustodo => gatekeeper review
2014-02-26 15:11Sankhesh JhaveriFixed in Version => git-master
2014-02-26 15:11Sankhesh JhaveriResolutionopen => fixed
2014-02-27 11:29Utkarsh AyachitNote Added: 0032426
2014-02-27 11:29Utkarsh AyachitStatusgatekeeper review => todo
2014-02-27 17:01Sankhesh JhaveriNote Added: 0032434
2014-02-27 17:01Sankhesh JhaveriStatustodo => gatekeeper review
2014-03-09 13:24Utkarsh AyachitStatusgatekeeper review => customer review
2014-03-09 13:24Utkarsh AyachitNote Added: 0032463
2014-04-08 21:00Alan ScottNote Added: 0032567
2014-04-08 21:00Alan ScottStatuscustomer review => closed
2014-06-17 09:22Utkarsh AyachitTarget Version => 4.2
2014-08-29 11:00Utkarsh AyachitFixed in Versiongit-master => 4.2

Notes
(0032416)
Sankhesh Jhaveri   
2014-02-26 15:11   
commit 6e6c4406f7ce7417284722ef07e853bf51efcc96
Author: Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com>
Date: Tue Feb 25 12:59:21 2014 -0500

    ENH: Added test for pqItemViewSearchWidget (FindWidget)
    
    Added custom test event player for pqItemViewSearchWidget
    Moved pqHighlightItemDelegate class to pqComponents
    Fixes issue 14572
    
    Change-Id: Ic33efe28905cff173962a1d86f5fdde8efcf0779

commit b33652c77902abec3528b90ac4fa735fdfc79e95
Author: Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com>
Date: Fri Feb 21 11:02:08 2014 -0500

    ENH: Added a new item delegate class to handle highlighting items
    
    The class is currently used to highlight and unhighlight items
    matched by the pqItemViewSearchWidget
    This fixes issue 14572.
    
    Change-Id: If88c665e1b0441aac456b62ee69a67662db301a2
(0032426)
Utkarsh Ayachit   
2014-02-27 11:29   
reopening -- dashboard issues.
(0032434)
Sankhesh Jhaveri   
2014-02-27 17:01   
commit 5a4b463f6ce8815efd711ca32c61a8d25ac8e32e
Author: Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com>
Date: Thu Feb 27 14:53:42 2014 -0500

    BUG: Use the correct Export macro
    
    This fixes issue 14572
    
    Change-Id: Ib24ce8f5d53857b51d16b50681d9f65063443609
(0032463)
Utkarsh Ayachit   
2014-03-09 13:24   
SUMMARY
---------------------------------------------
Topics merged into master:
        13794_fix_mp4py
        14572-search-series-parameter-widget
        14620_FixRulerCrash
        disabled-multiblock-pieces
        fix_example_qt5
        optimize_amrconnectivity
        point-sprite-plugin-crash
        pvweb-visualizer
        remove-extra-resources
(VTK) update-vtk-20140303


-------------------------------------------
(0032567)
Alan Scott   
2014-04-08 21:00   
Tested master, Linux, local server.