Comment #1 on issue 576 by tudor.gi...@gmail.com: Border of children depends on another shape in a complex shape http://code.google.com/p/moose-technology/issues/detail?id=576
However, if the child node has children, it works as expected:
view shape form: [:builder | builder column; pref; fill; row; pref; fill; row; pref; fill. builder x:1 y:1 add: (MORectangleShape new withText withoutBorder ). builder x:1 y:2 add: MOChildrenShape new. ]. view node: 10 forIt: [ view shape rectangle fillColor: Color red; borderColor: Color blue. view node: 100 forIt: [ view nodes: #(1 2 3)]]