Re: [qooxdoo-devel] How to avoid appearance of caret in TextField in Internet Explorer

2008-09-11 Thread Dioc
Hello Jonathan, I cannot reproduce this problem by using legacy 0.7.3. It seems that this problem was fixed some time ago. Thank you! Best regards, Denis -- View this message in context: http://www.nabble.com/How-to-avoid-appearance-of-caret-in-TextField-in-Internet-Explorer-tp19145371p194363

Re: [qooxdoo-devel] How to avoid appearance of caret in TextField in Internet Explorer

2008-09-10 Thread Jonathan Rass
Hello Denis! Unfortunately I could not reproduce this issue. Could it be that IE somehow "remembers" which TextField was focused last? You said you tested with 0.7.3... Could you switch to the legacy branch and test again? Kind regards, Jonathan Dioc wrote: > Internet Explorer displays focus

Re: [qooxdoo-devel] How to avoid appearance of caret in TextField in Internet Explorer

2008-09-09 Thread Dioc
Internet Explorer displays focus indicator in the last created TextField. Try the following code in qooxdoo 0.7.3 to see the problem. Is it a bug? var field = new qx.ui.form.TextField(); field.setLeft(20); field.setTop(20); field.setWidth(100); field.addToDocument(); var field2 = new qx.ui.form.

[qooxdoo-devel] How to avoid appearance of caret in TextField in Internet Explorer

2008-08-25 Thread Dioc
Hello, I am using qooxdoo 0.7.3 and found that Internet Explorer displays caret in a TextField after its appearance when the TextField is not focused programmatically or manually. How to avoid this behaviour? Try the following code to see the problem. var field = new qx.ui.form.TextField(); fiel