Bug 510876

Summary: SpaceTreeLayoutAlgorithm does not hide/show children as needed.
Product: [Tools] GEF Reporter: Matthias Wienand <matthias.wienand>
Component: GEF LayoutAssignee: gef-inbox <gef-inbox>
Status: NEW --- QA Contact:
Severity: normal    
Priority: P3 CC: girijanandannucha
Version: 1.1.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Matthias Wienand CLA 2017-01-23 09:32:28 EST
Currently, when the layout-bounds to not allow a full layout of the whole tree, the SpaceTreeLayoutAlgorithm does not hide children as needed, but instead, places them directly on top of each other in the top left corner (when laying out top-down). We should ensure hiding/showing of children is performed, so that the available space is better used by the algorithm.
Comment 1 Matthias Wienand CLA 2017-01-23 10:01:59 EST
Further clarification: I do not opt for bringing back the possibility to change the Zest HidingModel from within a layout algorithm, but instead, use e.g. LayoutProperties#LAYOUT_IRRELEVANT as an output parameter for layout algorithms. These parameters can be checked by Zest so that the HidingModel can then be manipulated to reflect the layout-irrelevant nodes.
Comment 2 girijanandan nucha CLA 2019-09-27 03:07:34 EDT
Hi Matthias,

Is this issue fixed ?
I am facing the exact same problem.

Thanks and Regards,
Giri