Status: Fixed
Owner: [email protected]

New issue 3793 by [email protected]: MorphTreeMorph >> #addSelectedNodeItem:
http://code.google.com/p/pharo/issues/detail?id=3793

addSelectedNodeItem: 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


Reply via email to