Hi Elie,

can you please create a testcase which is running from qooxdoo/frontend/demo/source/html/test ?

Would you consider creating a bugreport for this in bugzilla containing your testcase?

That would be great because this problem is hitting me but I can not shrink it down to a simple example. Otherwise I would have created a bugreport.

Thanks allot.

Best regards....


Elie Dumas schrieb:
Hi all,

This is a rather problematic bug, and yet it doesn't seem to have already been discussed in the list or in bugzilla (apart from http://www.nabble.com/Firefox%3A-Button-Click-AND-Focus-%28all-Browsers%29-tf1738961.html#a4770808 which may be similar) :

When an eventlistener on a button calls alert(), after you have closed the alert popup, the button still looks as if still focused; then you need to click twice on another button to make it react : one first time to "blur" from the first button, then again to activate the other button

    var myButton = new qx.ui.form.Button("Event");
    myButton.addEventListener("execute", function(e){
        alert("Event"); 
    });
    d.add(myButton);

--> The eventListener works fine with this.debug("Event")  or other actions.

That bug must propbably only be with FireFox (i am using FF 1.5.0.7).
Is it indeed a bug?

Best Regards,
Elie Dumas   


Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Demandez à ceux qui savent sur Yahoo! Questions/Réponses.
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



Découvrez une nouvelle façon d'obtenir des réponses à toutes vos questions ! Demandez à ceux qui savent sur Yahoo! Questions/Réponses.

------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

-- 
Mit freundlichen Grüßen
Dietrich Streifert
Visionet GmbH


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to