Status: New
Owner: ----
Labels: Type-Defect Priority-Medium Component-Glamour Milestone-4.5
New issue 633 by tu...(a)tudorgirba.com: Closing a morphic tab of an
Accumulator browser, does not populate activeEntity properly
http://code.google.com/p/moose-technology/issues/detail?id=633
How to reproduce:
1. Execute:
browser := GLMBasicExamples new accumulator.
browser openOn: 42.
((browser paneNamed: #one) port: #strongSelection) value: 50.
((browser paneNamed: #one) port: #strongSelection) value: 60.
2. Close the first tab (50)
3. You will get 50 selected on the list to the left (while it should be 60)