Bug 237630

Summary: [Zest] Fisheye nodes should be removed before applying layout
Product: [Tools] GEF Reporter: Zviki Cohen <zvikico>
Component: GEF-Legacy ZestAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: irbull
Version: 3.4   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Zviki Cohen CLA 2008-06-18 10:11:23 EDT
When using Fisheye nodes, the fisheye figure should be removed before changing the graph layout. 
Otherwise, this may result in a fisheye figure floating while the graph changes under it.

Note that this does not happen for dynamic graphs.

Possible solution would be to add something like 
fishEyeLayer.removeAll();

At the begining of the applyLayoutInternal() of the Graph class.
Comment 1 Alexander Nyßen CLA 2015-01-22 02:44:39 EST
Re-assigning back to inbox, as Ian is no longer active committer.