Status: New Owner: ---- CC: alexandr...@gmail.com Labels: Type-Defect Priority-Medium Component-Roassal Component-Glamour
New issue 870 by tu...@tudorgirba.com: ROFocusView focuses on the wrong spot http://code.google.com/p/moose-technology/issues/detail?id=870
Open a Roassal Easel and paste this:
| node | node := view node: #a. ROFocusView new on: node view: view raw.
The node is selected somewhere at the bottom. The reason is likely to be that the canvas has a static size, instead of adapting by default to the size of the surrounding pane
Updates: Status: Fixed Labels: Milestone-4.8
Comment #8 on issue 870 by tu...@tudorgirba.com: ROFocusView focuses on the wrong spot http://code.google.com/p/moose-technology/issues/detail?id=870
Ok. Now it seems to work well:
| node | node := view node: -1. view nodes: (1 to: 1000). view edgesFrom: [ :x | x // 10 ]. view treeLayout. ROFocusView new on: node view: view raw.