Hello,

I found a problem related to using a TextField with liveUpdate=true in
Internet Explorer 6. If the TextField has some text and a user presses
Backspace key then a character is deleted but the caret jumps to the
beginning of the TextField (before first character). There is not such
problem in Firefox 2 and Opera 9.

The code snippet:
var txtSearchText = new qx.ui.form.TextField(this.tr("Search Keyword"));
txtSearchText.set({
    left : 5,
    top : 5,
    liveUpdate : true,
    width : "80%"
});
txtSearchText.addToDocument();

Best regards,
Dioc

-- 
View this message in context: 
http://www.nabble.com/A-strange-behaviour-of-TextField-with-liveUpdate-when-pressing-Backspace-in-IE-6-tf4047683.html#a11497311
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to