Issue 591 in moose-technology: ComplexShape blocks are executed also on children

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

Issue 591 in moose-technology: ComplexShape blocks are executed also on children

moose-technology
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=591

Take 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 591 in moose-technology: ComplexShape blocks are executed also on children

moose-technology
Updates:
        Status: Fixed

Comment #1 on issue 591 by [hidden email]: ComplexShape blocks are  
executed also on children
http://code.google.com/p/moose-technology/issues/detail?id=591

Fixed in 2.67

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