Comment #1 on issue 864 by tu...(a)tudorgirba.com: Updating a browser should
preserve the visual selection in morphic
http://code.google.com/p/moose-technology/issues/detail?id=864
Strange that the following test does not fail:
testListWithExplicitSelection
| browser treeMorph treeNodeMorph |
browser := GLMFinder new.
browser show: [ :a | a list ].
window := browser openOn: ($a to: $d).
browser panes first presentations selection: $b.
treeMorph := window submorphs last submorphs first submorphs first
submorphs first submorphs first.
self assert: treeMorph model selectionPathItems last = $b.
browser update.
treeMorph := window submorphs last submorphs first submorphs first
submorphs first submorphs first.
self assert: treeMorph model selectionPathItems last = $b