[Pharo-project] Issue 3794 in pharo: FinderUI gets out of sync when more than one Finder open
Status: New Owner: ---- New issue 3794 by DougEdmu...@gmail.com: FinderUI gets out of sync when more than one Finder open http://code.google.com/p/pharo/issues/detail?id=3794 Finder 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.
Updates: Cc: aplantec Comment #1 on issue 3794 by Benjamin...@gmail.com: FinderUI gets out of sync when more than one Finder open http://code.google.com/p/pharo/issues/detail?id=3794 I think it comes from the shared list, but I have now clue how to sync that ... I will take a look in the afternoon ^^
participants (1)
-
pharoï¼ googlecode.com