View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015053ParaView(No Category)public2014-10-16 18:392015-01-11 08:15
ReporterAlan Scott 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version4.2 
Target Version4.3Fixed in Version4.3 
Summary0015053: Color legend visibility broken
DescriptionThe color legend automatic visibility is broken when dealing with sets. Here is a trivial way to replicate it.

* ParaView 4.2.0. Windows. Local server.
* Open can.exo, all vars on, apply.
* Color by EQPS. Notice that the color legend opens in the lower right corner.
* On the properties panel, turn off all blocks. Turn on Unnamed Sideset 4.
<<Bug>> The sideset is now being painted by Solid Color, but the color legend for EQPS still shows.

TagsNo tags attached.
ProjectSandia
Topic Name15053_fix_coloring_with_missing_arrays
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0033718)
Utkarsh Ayachit (administrator)
2014-11-04 21:30

commit 5c50795873f838c208159a42002c911c5f894116
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Tue Nov 4 21:22:16 2014 -0500

    BUG 0015053. Fixed issues when coloring with a no longer valid array.
    
    When user was coloring using an array
    and then he changed the pipeline such that the array is no longer
    available, the "Color By" combo-box ended up showing "Solid Color",
    though on underlying pipeline, the user's previous coloring selection is
    indeed being used. This manifested as the color legend staying visible
    even when the color-by widget was showing "Solid Color".
    
    Since we don't want the widget to change the underlying pipeline's state
    if an array disappears due to changes in the pipeline, we must update
    the widget to continue to indicate that we're coloring with an array
    and possible mark it saying that it's not present currently.
    Furthermore, if the user switches the color array after that using the
    UI, he should not be able to go back to the now no-longer-present array.
    
    This fix addresses this. A no-longer-present array is now indicated in
    the 'Color By' widget with a suffix "(?)". Also when the user selects
    another array to color with, that entry will automatically disappear
    from the 'Color By' combo-box.
    
    Change-Id: Ifc8afd70476988843193cbe32561763f64fe08cb
(0033738)
Utkarsh Ayachit (administrator)
2014-11-06 08:44

Topics merged into master:
        14845_reset_color_map
        15053_fix_coloring_with_missing_arrays
        15085_fix_install_rules_for_catalyst
        15107_catalyst_rendering_edition
        opengl2-backend
(VTK) vtk_master_20141105
(0033756)
Alan Scott (manager)
2014-11-06 16:51

Correct.

Tested Linux, master, local server.

 Issue History
Date Modified Username Field Change
2014-10-16 18:39 Alan Scott New Issue
2014-11-04 09:54 Utkarsh Ayachit Target Version => bug_fix
2014-11-04 21:30 Utkarsh Ayachit Topic Name => 15053_fix_coloring_with_missing_arrays
2014-11-04 21:30 Utkarsh Ayachit Note Added: 0033718
2014-11-04 21:30 Utkarsh Ayachit Status backlog => gatekeeper review
2014-11-04 21:30 Utkarsh Ayachit Fixed in Version => git-next
2014-11-04 21:30 Utkarsh Ayachit Resolution open => fixed
2014-11-04 21:30 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2014-11-06 08:44 Utkarsh Ayachit Fixed in Version git-next => git-master
2014-11-06 08:44 Utkarsh Ayachit Status gatekeeper review => customer review
2014-11-06 08:44 Utkarsh Ayachit Note Added: 0033738
2014-11-06 16:51 Alan Scott Note Added: 0033756
2014-11-06 16:51 Alan Scott Status customer review => closed
2014-11-14 22:56 Utkarsh Ayachit Target Version bug_fix => 4.3
2015-01-02 10:45 Utkarsh Ayachit Fixed in Version git-master => 4.3
2015-01-11 08:14 Utkarsh Ayachit Source_changeset_attached => ParaView master d6003628
2015-01-11 08:15 Utkarsh Ayachit Source_changeset_attached => ParaView master 49f33566


Copyright © 2000 - 2018 MantisBT Team