Hello,

I have tested a slightly modified version of your code and do not see any
tab problems in Opera 9.51.
To run the code snippet I have replaced 

qx.core.Init.getInstance().getApplication().frame.add(this.loginDialog);
by
qx.ui.core.ClientDocument.getInstance().add(this.loginDialog);

and
var userName = this.getCookie("cookieUser");
by
var userName = "some user";

Best regards,
Denis

-- 
View this message in context: 
http://www.nabble.com/Opera%2C-dialog-and-Tab-tp19293574p19327007.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


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