[squeak-dev] [Test][Squeak5.2a] Change text properties from the morph menu

Jakob Reschke forums.jakob at resfarm.de
Mon Jul 2 08:40:11 UTC 2018


1. Open a workspace, type some text in it.
2. Ctrl+left click on the text to open the morph menu of the
TextMorphForEditView.
3. Choose "text properties..."

Currently, the following appears, so I cannot write assertions about
the expected behavior:

MessageNotUnderstood: UndefinedObject>>bounds

UndefinedObject(Object)>>doesNotUnderstand: #bounds
TextPropertiesMorph(Morph)>>openNear:in:
TextPropertiesMorph(Morph)>>openNearMorph:
TextPropertiesMorph(GenericPropertiesMorph)>>openNearTarget
[] in TextMorphForEditView(Morph)>>openATextPropertySheet
IdentityDictionary(Dictionary)>>at:ifPresent:
Environment>>at:ifPresent:
SmalltalkImage>>at:ifPresent:
TextMorphForEditView(Morph)>>openATextPropertySheet
TextMorphForEditView(TextMorph)>>changeTextColor
[] in MenuItemMorph>>invokeWithEvent:
BlockClosure>>ensure:
CursorWithMask(Cursor)>>showWhile:
MenuItemMorph>>invokeWithEvent:
MenuItemMorph>>mouseUp:
MenuItemMorph>>handleMouseUp:
MouseButtonEvent>>sentTo:
MenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchEvent:withHandler:withMorph:
MorphicEventDispatcher>>dispatchDefault:with:


More information about the Squeak-dev mailing list