View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012933ParaView(No Category)public2012-02-13 15:442012-07-18 18:06
ReporterYumin Yuan 
Assigned ToUtkarsh Ayachit 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Versiongit-master 
Target VersionFixed in Version3.14 
Summary0012933: Selection in Line Chart View will clear selected item in Pipeline browser
DescriptionLoad "Wavelet" source.
Apply "Plot Over Line" --> "PlotOverLine1" will be selected in pipeline browser.
Create "Line Chart View" on "PlotOverLine1"
Do a Selection in the chart view will make "PlotOverLine1" in pipeline browser become unselected.

This is a quite annoying bug.
TagsNo tags attached.
ProjectTBD
Topic Name12933_fix_selection_of_compound_proxies
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0028270)
Utkarsh Ayachit (administrator)
2012-02-16 11:43

commit a8f630b52469bef6db0929868485ecb7a76d82f6
Author: Utkarsh Ayachit <utkarsh.ayachit@kitware.com>
Date: Thu Feb 16 11:40:40 2012 -0500

    BUG 0012933. Selection on PlotOverLine filter doesn't work.
    
    The issue was that the PlotOverLine filter is vtkSMCompoundSourceProxy and the
    selection code was ending up selecting the internal proxy. This was due to the
    fact that vtkSMOutputPort was not being told the vtkSMCompoundSourceProxy was
    it's "owner". Fixed that by add new API on vtkSMOutputPort that's used by
    vtkSMCompoundSourceProxy to indicate that the vtkSMCompoundSourceProxy is the
    "source" of the output port for all the rest of the world.
(0028284)
Utkarsh Ayachit (administrator)
2012-02-17 12:22

Merged into git-master, if applicable.
(0028800)
Alan Scott (manager)
2012-07-18 18:06

Tested remote server, Linux, Master.

 Issue History
Date Modified Username Field Change
2012-02-13 15:44 Yumin Yuan New Issue
2012-02-16 11:04 Utkarsh Ayachit Assigned To => Utkarsh Ayachit
2012-02-16 11:43 Utkarsh Ayachit Topic Name => 12933_fix_selection_of_compound_proxies
2012-02-16 11:43 Utkarsh Ayachit Note Added: 0028270
2012-02-16 11:43 Utkarsh Ayachit Status backlog => gatekeeper review
2012-02-16 11:43 Utkarsh Ayachit Fixed in Version => git-next
2012-02-16 11:43 Utkarsh Ayachit Resolution open => fixed
2012-02-17 12:22 Utkarsh Ayachit Fixed in Version git-next => git-master
2012-02-17 12:22 Utkarsh Ayachit Status gatekeeper review => customer review
2012-02-17 12:22 Utkarsh Ayachit Note Added: 0028284
2012-02-20 10:28 Utkarsh Ayachit Fixed in Version git-master => 3.14
2012-07-18 18:06 Alan Scott Note Added: 0028800
2012-07-18 18:06 Alan Scott Status customer review => closed


Copyright © 2000 - 2018 MantisBT Team