I'm debugging LPP-8419, where you cannot type into the debugger's input
field when it is in multiline mode.

The actual bug is in this test case


  <view onclick="this.bringToFront()">
      <inputtext bgcolor="#cccccc"
                 multiline="true" width="300" height="100" >this is input
text</inputtext>
  </view>


If you have a view which brings itself to front when you click in it, and it
has a multiline text field, then
you cannot type into the text field. I am wondering if the "bringToFront" is
leaving the div tree in some
inconsistent state, where the actual input div is getting left underneath or
something.

 I'm going to look at the DOM objects to see if I can figure out anything
from the z indexes or something,
but was wondering if it was obvious to you what might be causing this bug?



-- 
Henry Minsky
Software Architect
[email protected]

Reply via email to