Hello Taha,

to understand you correctly: you select text inside a  
qx.ui.form.TextField and when you press any key no key event is fired  
any more in IE?
On which elements do you set the event listeners? On the same  
TextField? This works for me:

       var input4 = new qx.ui.form.TextField("foo bar");
       input4.addListener("keypress", function(){
         this.debug("now!")
       }, this)

Kind regards,
Jonathan


On 19.11.2008, at 12:27, Taha Ozket wrote:

> Hi,
>
> We have a problem with TextField. after selecting the value of text
> field with mouse, key events stop firing in internet explorer. There
> is no problem with firefox. Could you help us about this problem?
>
> Thanks


-------------------------------------------------------------------------
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