Hi,

Could you help me about keyevents problem on ie?

main    : function() {
            this.base(arguments);
            if (qx.core.Variant.isSet("qx.debug", "on")){}

              var doc      = this.getRoot();
              var text1 = new qx.ui.form.TextField();
              text1.addListener("keyinput",function(e){
                  alert("fistan");
              });

            doc.add(text1,{left:100,top:200});

          }

On firefox every keyinput fire an event. If you select value of textfield
with mouse there is no problem on firefox. But in ie select value of
textfield with "mouse" then press any key. This action wont fire any event.

-- 
Taha ÖZKET
[EMAIL PROTECTED]
IT Consultant
Open Business Software Solutions           http://www.obss.com.tr
Gosb Teknopark A2                                 Tel: +90-262-678-89-00
Gebze, 41480, Kocaeli, Turkey               Mob: +90-506-322-17-10
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to