On 07.08.2009 17:09, Martin Wittemann wrote:
> Hello Alexander,
> i tried to reproduce your issue in the playground with your code but
> that code you supplied was quite useless. But I did get the error
> running in the playground so I opened a bug for it.
> http://bugzilla.qooxdoo.org/show_bug.cgi
Hello Alexander,
i tried to reproduce your issue in the playground with your code but
that code you supplied was quite useless. But I did get the error
running in the playground so I opened a bug for it.
http://bugzilla.qooxdoo.org/show_bug.cgi?id=2664
Thanks for reporting this issue. :)
Best,
qx.ui.menubar.Button without menu (maybe with menu too) not firing event
"execute";
I have this code:
var toolbar = new qx.ui.toolbar.ToolBar();
menuLogout = new qx.ui.menubar.Button(this.tr("Logout"));
menuLogout.addListener("execute", this.doLogout, this