Hi list, and Esteban :)<div><br></div><div>I either found a little bug in Reef or I missunderstood something, here&#39;s my code:</div><div><br></div><div><div>initializeContents </div><div><span class="Apple-tab-span" style="white-space:pre">        </span>self add: (RETextField new id: &#39;anId&#39;; onBlur: [:me | me trigger]; on: #text of: self).</div>

<div><span class="Apple-tab-span" style="white-space:pre">        </span>self add: (REButton new label: &#39;Try me!&#39;; callback: [self inform: self text])</div></div><div><br></div><div>The code works, except when you enter a + symbol in the textbox... if you input &#39;3+2&#39;, you get &#39;3 2&#39; as a response.</div>

<div><br></div><div>Am I doing something wrong or this is a bug?</div><div><br></div><div>Thanks!</div><div><br></div><div>Bernat Romagosa.</div>