Hello,

I noticed a weird problem inside the "keyup" event handler. Generally it works 
OK, but only for alpha-numeric symbols. I.e. if I press something of: "';:<> 
etc., the getComputedValue() method returns the same value as before...

I'm using qooxdoo 0.6.4 (r5282)
Here is the code:

function changeValue(e) {
        app = qx.core.Init.getInstance().getApplicationInstance();
        app.debug(app.edValue.getComputedValue());
}

edValue = new qx.ui.formTextField('');
edValue.addEventListener("keyup", changeValue);
this.edValue = edValue;

Thanks,
        Alexei Golovko

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to