[squeak-dev] MessageNotUnderstood: OBTextMorphWithShout>>handleInteraction:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[squeak-dev] MessageNotUnderstood: OBTextMorphWithShout>>handleInteraction:

Giuseppe
This MNU throws once last eCompletion is loaded, and try to write in  
any text morph.

I'm not sure, but, I think the problem is in

TextMorph>>keyStroke:

And the affected change is:
the line with:
        self
                handleInteraction: [editor readKeyboard]
                fromEvent: evt.

changed to:
                self
                handleInteraction: [editor keystroke: evt].


This errors, must be placed on Mantis?

Cheers.







Giuseppe Luigi Punzi Ruiz
Blog: http://www.lordzealon.com
Twitter & Skype & GoogleTalk accounts: glpunzi








SqueakDebug.log (6K) Download Attachment