Comment #3 on issue 792 by google....@ben.coman.com.au: Mondrian - broken popupText: http://code.google.com/p/moose-technology/issues/detail?id=792
I have uploaded... Mondrian-Pharo-Morphic-BenComan.34 "Partial fix of MOAnnouncer>>popupText: aBlock delay: ms for Issue 792. "
The use of the temporary variable was for clarity, and might be removed upon review - but shouldn't add much delay in terms of human reaction time :)
This works as expected displaying for 'node value' for the following... view interaction popupText: [ :es | |x| 1/0 ]. view shape label. view node: 'node value'.