Comment #5 on issue 870 by tu...(a)tudorgirba.com: ROFocusView focuses on the
wrong spot
http://code.google.com/p/moose-technology/issues/detail?id=870
Indeed, this was the case. Now it works.
However, we still need to enhance the logic a bit, or add a different
action that has a different semantics.
For example, in a tree layout, you never want it in the middle:
| node |
node := view node: 'a'.
view node: 'b'.
view edge: 42 from: ['a'] to: ['b'].
view treeLayout.
view raw
on: ROWindowResized
do: [ :evt | ROFocusView new on: node view: view raw ].