MantisBT - ParaView
View Issue Details
0014913ParaView(No Category)public2014-08-06 22:002015-01-11 08:18
Alan Scott 
Utkarsh Ayachit 
normalminorhave not tried
closedfixed 
 
4.24.2 
Sandia
14913_fix_widget_enabled_state
incorrect functionality
0014913: Color legend incorrectly keeps visibility
the color legend incorrectly keeps visibility. This is really confusing, thus lets try to fix for 4.2.

* Master, Linux, local server.
* can.exo. All vars on. Apply.
* Move forward one timestep, placing reasonable data in the variables.
* Color by ACCL.
* To make bug glaringly obvious, drag the Color Legend into the middle of the screen
-- Note - notice where the Color Legend is.
* Color by Solid Color.
<<Bug>> Now, slide your mouse over the area of the now hidden Color Legend. Mouse focus changes, and you can no longer control the 3d window.
* Color by DISPL. The Color Legend will appear in the lower right corner.
<<Bug>> The now hidden ACCL Color Legend still blocks interaction with the 3d window!

Lets fix this for 4.2
No tags attached.
Issue History
2014-08-06 22:00Alan ScottNew Issue
2014-08-06 22:00Alan ScottTarget Version => 4.2
2014-08-12 11:02Utkarsh AyachitTopic Name => 14913_fix_widget_enabled_state
2014-08-12 11:02Utkarsh AyachitNote Added: 0033197
2014-08-12 11:02Utkarsh AyachitStatusbacklog => gatekeeper review
2014-08-12 11:02Utkarsh AyachitFixed in Version => git-next
2014-08-12 11:02Utkarsh AyachitResolutionopen => fixed
2014-08-12 11:02Utkarsh AyachitAssigned To => Utkarsh Ayachit
2014-08-13 10:21Utkarsh AyachitFixed in Versiongit-next => git-master
2014-08-13 10:22Utkarsh AyachitStatusgatekeeper review => customer review
2014-08-13 10:22Utkarsh AyachitNote Added: 0033200
2014-08-18 19:55Alan ScottNote Added: 0033242
2014-08-18 19:55Alan ScottStatuscustomer review => closed
2014-08-29 10:59Utkarsh AyachitFixed in Versiongit-master => 4.2
2015-01-11 08:18Utkarsh AyachitSource_changeset_attached => ParaView master 4ff93f7d
2015-01-11 08:18Utkarsh AyachitSource_changeset_attached => ParaView master fd196dab

Notes
(0033197)
Utkarsh Ayachit   
2014-08-12 11:02   
commit 313eb8140185bfe5e1e849f2da061735adb0e9e0
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Aug 12 10:54:53 2014 -0400

    BUG 0014913: Fix enabled state for 3D widgets.
    
    vtk3DWidgetRepresentation and subclasses require that Enabled and
    Visibility properties are explicitly managed by the client. Thus it was
    possible to have cases where a widget is enabled, but not visible!
    That's bad. This change ensures that a widget cannot be enabled, unless
    its representation is visible.
    
    Also simiplified logic in vtk3DWidgetRepresentation when dealing with
    custom transforms.
    
    Change-Id: I45373e1bfdffbd7cd4e0f5130290d91280fdc197
(0033200)
Utkarsh Ayachit   
2014-08-13 10:22   
SUMMARY
---------------------------------------------
Topics merged into master:
        14894-fix-vgl-renderer
(VTK) 14913_fix_widget_enabled_state
        14918_fix_color_palette_restore
(VTK) autobahn-update-http-endpoints
        fix-extras-catalyst-patch
        lazy_update_enabled_filters
        mpas-changes
(VTK) newest-xdmf
        pvweb-update-to-generic-decorators
        pvweb-visualizer-busy-until-connected
        quieter-cuda-discovery
        remove_analyze
        rename-coproc-script-gen
        scalar-reset-button
        static-numpy
        transparent-png-views
        ui_fixes

(0033242)
Alan Scott   
2014-08-18 19:55   
Tested master, Linux, remote server.