Status: New Owner: ---- CC: chisvasi...@gmail.com Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.7
New issue 864 by tu...@tudorgirba.com: Updating a browser should preserve the visual selection in morphic http://code.google.com/p/moose-technology/issues/detail?id=864
The following snippet should work.
browser := GLMFinder new. browser show: [ :a | a list ]. browser openOn: ($a to: $d). browser panes first presentations selection: $b. browser update.
And at the end $b should continue to be selected.