I "doit" in a clean world in the wiki and no crash. I'll have to
troubleshoot within my codebase to see what else (with setFontSize) might be
causing this. Sorry folks.

TextMorph.subclass('TestTextMorph', {
initialize : function($super) {
$super(new Rectangle(0, 0, 500, 500), 'm');
this.setFontSize(30);
}
});
var testTextMorph = new TestTextMorph();
WorldMorph.current().addMorph(testTextMorph);    // this all works fine as a
doit

I'm still curious where Safari 4 crashing has been seen - the index page and
examples pages seem to work great.
_______________________________________________
General mailing list
[email protected]
http://livelykernel.sunlabs.com/mailman/listinfo/general

Reply via email to