<div dir="ltr">Hi. My name is Maximiliano Cabezon Alvarez and i m working with Hernan in these refactorings for my thesis:<br><a href="https://github.com/maxi1985798/cuis-move-instance-variable-refactoring">https://github.com/maxi1985798/cuis-move-instance-variable-refactoring</a><br><a href="https://github.com/maxi1985798/move-method-refactoring">https://github.com/maxi1985798/move-method-refactoring</a><br><a href="https://github.com/maxi1985798/cuis-extract-class-refactoring">https://github.com/maxi1985798/cuis-extract-class-refactoring</a><br><br>Pls install in that order<br><br>I have a problem with<span class="gmail_default" style="font-size:large"></span> <b><span class="gmail_default" style="font-size:large"></span>LabeledInput </b>morph<span class="gmail_default" style="font-size:large">. </span><span class="gmail_default" style="font-size:large"></span>When you delete the text with <b>backspace</b><span class="gmail_default" style=""><b style="font-size:large"></b><font size="4">, </font>the text format will be lost.</span><div><span class="gmail_default" style="">Here is the code to test in workspace:<br><br></span><span class="gmail_default" style=""></span><font face="monospace">| text model labeledInput |<br>text := Text fromString: <span class="gmail_default" style="font-size:large"></span>'hello people'.<br>text color: Color green.<br>model := TextModel withText: text.<br>labeledInput := LabeledInput withLabel: 'aaaaa' withWidth: 300 withModel: model.<br>labeledInput openInHand.</font><div class="gmail_default" style="font-size:large"><br></div>If you delete 'hello people' with <b>backspace</b>, the format is lost<span style="font-size:large">. </span>Should I use a different morph for input?<br><div class="gmail_default" style=""><font size="4"></font>Any help will be appreciated.<br><br>Thanks in advance.<br>Maxi</div><br></div></div>