Status: New
Owner: ----
CC: alexandr...(a)gmail.com
Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.4
New issue 572 by tudor.gi...(a)gmail.com: Nodes with complex shapes do not
move with the parent node
http://code.google.com/p/moose-technology/issues/detail?id=572
Try the following code and then try to drag and drop the top node.
view node: 'hello' forIt: [
view shape umlClass.
view nodes: (1 to: 5).
view verticalLineLayout
]
You will see that the inner nodes look like they remain in the same place.
However, clicking works well, which means that the bounds of the children
nodes are computed correctly. Only the drawing is somewhat strange.