Status: New
Owner: ----
New issue 3794 by
[hidden email]: FinderUI gets out of sync when
more than one Finder open
http://code.google.com/p/pharo/issues/detail?id=3794Finder v.34
If a Finder window is open, it adds new typed-in entries to the top of the
drop-down list.
If a second Finder window is opened, the new entries are added to the top
of the list.
If you go back to the first Finder window, it will still show the entries
as used by the first Finder window, but the index is now out of sync. If
you select from the drop-down list from the first Finder window, Finder
will look for the wrong item (presumably whatever is indexed at that
position in the list).
I think the problem has to do with using a class variable
(SearchedTextList) for the drop down list.