Issue 3794 in pharo: FinderUI gets out of sync when more than one Finder open

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3794 in pharo: FinderUI gets out of sync when more than one Finder open

pharo
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=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.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3794 in pharo: FinderUI gets out of sync when more than one Finder open

pharo
Updates:
        Cc: aplantec

Comment #1 on 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=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 ^^