Status: Fixed
Owner:
[hidden email]
New issue 3793 by
[hidden email]: MorphTreeMorph >>
#addSelectedNodeItem:
http://code.google.com/p/pharo/issues/detail?id=3793addSelectedNodeItem: aNodeItem
self selectionAdd: (self nodeMorphsWithNodeItem: aNodeItem).
But
nodeMorphsWithNodeItem: aNodeItem
^ self allNodeMorphs select: [:m | m complexContents withoutListWrapper =
aNodeItem]
so if you do
treeMorph addSelectedNodeItem: 'test',
you get a DNU: Array DNU highlight