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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://livelykernel.sunlabs.com/pipermail/general/attachments/20090407/f61d062d/attachment.html