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();
field.setLeft(20);
field.setTop(20);
field.setWidth(100);
field.addToDocument();


Best regards,
Denis

-- 
View this message in context: 
http://www.nabble.com/How-to-avoid-appearance-of-caret-in-TextField-in-Internet-Explorer-tp19145371p19145371.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to