Updates: Labels: Milestone-4.6
Comment #1 on issue 656 by tu...@tudorgirba.com: [Glamour] Finder doesn't copy browsers inside its panes http://code.google.com/p/moose-technology/issues/detail?id=656
Hmm, it looks like the copying is correct at the level of the Glamour model. These all return the correct result: finder panes collect: [:each | each presentations first ]. finder panes collect: [:each | (each port: #entity) value ]. finder panes collect: [:each | each presentations first panes first port: #entity ]
So, maybe it's only at the rendering level.