I&#39;m debugging LPP-8419, where you cannot type into the debugger&#39;s input field when it is in multiline mode.<br><br>The actual bug is in this test case<br><br><br>  &lt;view onclick=&quot;this.bringToFront()&quot;&gt;<br>

      &lt;inputtext bgcolor=&quot;#cccccc&quot;<br>                 multiline=&quot;true&quot; width=&quot;300&quot; height=&quot;100&quot; &gt;this is input text&lt;/inputtext&gt;<br>  &lt;/view&gt;<br><br><br>If you have a view which brings itself to front when you click in it, and it has a multiline text field, then<br>

you cannot type into the text field. I am wondering if the &quot;bringToFront&quot; is leaving the div tree in some<br>inconsistent state, where the actual input div is getting left underneath or something.<br><br> I&#39;m going to look at the DOM objects to see if I can figure out anything from the z indexes or something,<br>

but was wondering if it was obvious to you what might be causing this bug? <br><br><br clear="all"><br>-- <br>Henry Minsky<br>Software Architect<br><a href="mailto:hminsky@laszlosystems.com">hminsky@laszlosystems.com</a><br>

<br><br>