I'm debugging LPP-8419, where you cannot type into the debugger's input field when it is in multiline mode.<br><br>The actual bug is in this test case<br><br><br> <view onclick="this.bringToFront()"><br>
<inputtext bgcolor="#cccccc"<br> multiline="true" width="300" height="100" >this is input text</inputtext><br> </view><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 "bringToFront" is leaving the div tree in some<br>inconsistent state, where the actual input div is getting left underneath or something.<br><br> I'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>