Dec. 20, 2010
12:11 p.m.
Comment #4 on issue 3454 by luc.fabresse: DNU when looking for implementors in OB on 1.2dev http://code.google.com/p/pharo/issues/detail?id=3454 Concerning the 4 failing tests. The running test case OBKeyBindingsTest register itself as the model of a OBPluggableTextMorph to check if it receives the callback messages (implementorsOfIt:, ...) when a shortcut is pressed. And it didn't. Events seem to propagate well but at the end the callback messages are sent to a SmalltalkEditor not the model. Not sure it is clear ;-) To sum up, probably there is something wrong with event management.