Open rickmcgeer opened 1 year ago
The reason is an infinite loop in the text bounds measuring that is triggered by the number input morphs. I have observed this issue already in the past and believe I have a fix for it lying around somewhere, I just havent pushed it yet.
part(GalyleoRichTextControl).openInWorld()
(or opening any containing morph, all the way toGalyleo
) causes the world to hang. Commenting out thetext controls
andfont color input
submorphs takes care of the problem. Presumably what's happened is thatRichTextControl
, which we import fromlively.ide/studio/controls/text.cp.js
, duplicates this functionality and this is causing a loop. Tentative solution is to delete the commented out code Assigning to @merryman for comment and review