View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014707ParaView(No Category)public2014-04-30 13:222016-08-12 09:59
ReporterDan Lipsa 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.1 
Target VersionFixed in Version 
Summary0014707: GetActiveView() and the view with the focus can become out of sync (in Tools/Python Shell)
DescriptionIf you have two views in ParaView each time you click on the a view, the view gets the focus, a blue rectangle is drawn around it, and GetActiveView() reports the view you clicked on.

If you use SetActiveView the focus (blue rectangle) is not moved to the new view however GetActiveView is reported as the view you set.

Execute the following sequence in the Python Shell.

v1=GetActiveView()
>>> v1
<paraview.servermanager.RenderView object at 0x535a790>
v2=CreateRenderView()
>>> v2
<paraview.servermanager.RenderView object at 0x66f9050>
>>> GetActiveView()
<paraview.servermanager.RenderView object at 0x66f9050>
>>> SetActiveView(v1)
>>> GetActiveView()
<paraview.servermanager.RenderView object at 0x535a790>


HOWEVER the focus (blue rectangle) is on v2.
TagsNo tags attached.
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038564)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2014-04-30 13:22 Dan Lipsa New Issue
2016-08-12 09:59 Kitware Robot Note Added: 0038564
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team