Issue 572 in moose-technology: Nodes with complex shapes do not move with the parent node

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 572 in moose-technology: Nodes with complex shapes do not move with the parent node

moose-technology
Status: New
Owner: ----
CC: [hidden email]
Labels: Type-Defect Priority-Medium Component-Mondrian Milestone-4.4

New issue 572 by [hidden email]: 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.


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 572 in moose-technology: Nodes with complex shapes do not move with the parent node

moose-technology

Comment #1 on issue 572 by [hidden email]: 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

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Issue 572 in moose-technology: Nodes with complex shapes do not move with the parent node

moose-technology
Updates:
        Status: Fixed

Comment #2 on issue 572 by [hidden email]: Nodes with complex shapes  
do not move with the parent node
http://code.google.com/p/moose-technology/issues/detail?id=572

Great.

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev