<div dir="ltr"><div>On MacOS, in a workspace, cmd+k invokes a FontChooser that works well, but ctrl+k invokes a simpler list chooser dialog Moprh that works less well.</div><div><br></div><div>If I select another font in this dialog, I got the MNU from within: TextMorphForEditView>>handleInteraction:fromEvent:, because paragraph is (temporarily) set to nil</div><div><br></div><div>Note that once the Debugger opens, the paragraph inst.var. is reset to a NewParagraph.</div><div>Also note that oldParagrah temporary is a NewParagraph which kind of funny.</div><div><br></div><div>When I inspect paragraph inst.var.ref., I see half are protected the ifNotNil: check, half not... The kind of state mutations leaving traps on the track.</div><div><br></div><div>Nicolas<br></div></div>