Just put a trasparent background image in this way

textField.getContentElement().setStyle("backgroundImage",
"url('a_valid_path/blank.png')");

I preferred to subclass TextField and int the new contructor I put 

this.getContentElement().setStyle("backgroundImage",
"url('a_valid_path/blank.png')");

Regards

Massimo
-- 
View this message in context: 
http://www.nabble.com/The-famous-IE8-TextField-focus-with-mouse-issue-tp24186894p24187501.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to