View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0013990ParaView(No Category)public2013-04-03 06:452013-05-18 20:00
ReporterUtkarsh Ayachit 
Assigned ToUtkarsh Ayachit 
PriorityhighSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version4.0 
Summary0013990: Properties panel: Search doesn't behave correctly.
Description* Create Sphere
* Apply
* Type "Opacity" is search text
* Now change Opacity using the slider.

As soon as the slider is moved the panel shows all other widgets -- this is incorrect.
TagsNew Panels
ProjectSandia
Topic Namerefactor_panels
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0030511)
Kyle Lutz (viewer)
2013-04-03 13:45

Merge topic '13990-fix-panel-search' into next

0a49447 Respect current search string when toggling advanced button
(0030523)
Sebastien Jourdain (manager)
2013-04-05 09:03

Merged into master
(0030554)
Utkarsh Ayachit (administrator)
2013-04-11 08:10

Another bug now surfaced.

* Create Sphere, Apply

* Type "opac" in search text. You should see 2 sliders:
:Opacity, Backface Opacity.

* Start changing "Opacity" using the slider, "Backface Opacity" disappears!!!
(0030591)
Utkarsh Ayachit (administrator)
2013-04-22 17:20

commit 17a9b733b119c44780fc10e153e0606e26101dd4
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Fri Apr 12 12:05:25 2013 -0400

    Refactoring Properties Panel (pqPropertiesPanel).
    
    This commit refactors pqPropertiesPanel for better usability and visual
    appearance. The changes can be summarized as follows:
    
    - Added a new class, pqProxyWidget, which creates the 'auto-generated' panel for
    any proxy. pqPropertiesPanel now uses this class to create the panels for
    source/display.
    
    - Property group were extended to add ability to group properties on non-exposed
    properties (as demonstrated by Wavelet source). The visual appearance of
    property groups was also changed. Also fixed leaks in ServerManager relating to
    groups and new property attributes that were added in past for the panels.
    
    - pqPropertyWidgetDecorator was added to provide a mechanism to add custom logic
    to widgets which having to create new widget types. pqPropertyWidgetDecorator
    can be used to control widget visibility, for example.
    
    - Converted custom panels for for several filters to be non-custom i.e. simply
    be auto-generated.
    
    - Added mechanism for plugins to provide new pqPropertyWidget types for
    properties, property groups or new pqPropertyWidgetDecorator types. Added an
    example under Examples that demonstrates the use of the same.
    
    - Added infrastructure to print debug messages when certain environment
    variables are set (pqDebug).
    
    - Removing obsolete SummaryPanel elements.
    
    - Updated tests to work with these changes.
    
    Change-Id: I49e82525ba666380b265a7f2075207dc2cd6f452
(0030616)
Utkarsh Ayachit (administrator)
2013-04-25 09:24

SUMMARY
---------------------------------------------
Topics merged into master:
        13450_update_tests_to_use_new_panels
(VTK) 14023-plot3d-function-support
        14026_catalyst_python_warning
        14032_fix_CoProcessingTestInput
        fix_protobuf_try_compiles
        pvw-python-refactoring
        pvw-remove-example
        refactor_panels
(VTK) update_vtk_master
        zoom-to-data-icon
        fix_cmake_2.8.10_plugins_issue
(0030647)
Alan Scott (manager)
2013-04-30 20:08

Tested master, Linux, remote server. I also tested the bug that shows up in the notes below.

 Issue History
Date Modified Username Field Change
2013-04-03 06:45 Utkarsh Ayachit New Issue
2013-04-03 06:45 Utkarsh Ayachit Assigned To => Kyle Lutz
2013-04-03 06:46 Utkarsh Ayachit Tag Attached: New Panels
2013-04-03 12:55 Kyle Lutz Status backlog => todo
2013-04-03 12:55 Kyle Lutz Status todo => active development
2013-04-03 13:45 Kyle Lutz Topic Name => 13990-fix-panel-search
2013-04-03 13:45 Kyle Lutz Note Added: 0030511
2013-04-03 13:45 Kyle Lutz Status active development => gatekeeper review
2013-04-03 13:45 Kyle Lutz Resolution open => fixed
2013-04-05 09:03 Sebastien Jourdain Status gatekeeper review => customer review
2013-04-05 09:03 Sebastien Jourdain Note Added: 0030523
2013-04-11 08:10 Utkarsh Ayachit Note Added: 0030554
2013-04-11 08:10 Utkarsh Ayachit Status customer review => todo
2013-04-22 17:19 Utkarsh Ayachit Assigned To Kyle Lutz => Utkarsh Ayachit
2013-04-22 17:20 Utkarsh Ayachit Topic Name 13990-fix-panel-search => refactor_panels
2013-04-22 17:20 Utkarsh Ayachit Note Added: 0030591
2013-04-22 17:20 Utkarsh Ayachit Status todo => gatekeeper review
2013-04-22 17:20 Utkarsh Ayachit Fixed in Version => git-next
2013-04-25 09:22 Utkarsh Ayachit Fixed in Version git-next => git-master
2013-04-25 09:24 Utkarsh Ayachit Note Added: 0030616
2013-04-25 09:24 Utkarsh Ayachit Status gatekeeper review => customer review
2013-04-30 20:08 Alan Scott Note Added: 0030647
2013-04-30 20:08 Alan Scott Status customer review => closed
2013-05-18 20:00 Utkarsh Ayachit Fixed in Version git-master => 4.0


Copyright © 2000 - 2018 MantisBT Team