(Spec/Morphic) MorphTreeNodeMorph>>setSelectedSilently: does not seem to select silently.
Jan. 15, 2016
11:09 a.m.
Hi, I had some problems with TreeModel>>deselectAll. It appears that when one sends #deselectAll, the selectedItemsChanged block is passed a _non-empty_ selection. While debugging I saw that #setSelectedSilently: apart from setting a #selected instance variable, also sends #selected: to its âcomplexContentsâ, which triggers an Announcement chain causing the bug in the previous paragraph. When removing this statement from #setSelectedSilently: it seems to work properly. However I donât know if this âfixâ of mine has any side effects causing it to break at other parts of UI code which is not using Spec. I opened an issue on fogbugz: https://pharo.fogbugz.com/f/cases/17391 Thanks
3850
Age (days ago)
3850
Last active (days ago)
0 comments
1 participants
participants (1)
-
Skip Lentz