Status: New
Owner: ----
CC:
[hidden email]
Labels: Type-Defect Priority-High Component-Mondrian Milestone-4.4
New issue 591 by
[hidden email]: ComplexShape blocks are executed
also on children
http://code.google.com/p/moose-technology/issues/detail?id=591Take the following example:
view shape form: [:builder |
builder column; pref; center; row; fill; row; fill.
builder x:1 y:1 add: (MORectangleShape new text: [:col | (col first + 100)
asString ]).
builder x:1 y:2 add: MOChildrenShape new].
view node: #(10 20) forIt: [
view nodes: #(a b) ].
You will get a DNU due to Character not understanding +. It looks like the
defined shape is also somehow run for the children, which is wrong.
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev