Status: New Owner: ---- CC: alexandr...@gmail.com Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.4
New issue 572 by tudor.gi...@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.
Comment #1 on issue 572 by alexandr...@gmail.com: Nodes with complex shapes do not move with the parent node http://code.google.com/p/moose-technology/issues/detail?id=572
Fixed in 2.56. Please try
Updates: Status: Fixed
Comment #2 on issue 572 by tudor.gi...@gmail.com: Nodes with complex shapes do not move with the parent node http://code.google.com/p/moose-technology/issues/detail?id=572
Great.