Re: [qooxdoo-devel] Weird Click Behavior

2013-12-08 Thread Daniel Wagner
Hi, I added your code to a fresh 3.0.1 desktop skeleton and it worked as expected. Maybe there's something else in your application code or configuration that's causing the problem? Regards, Daniel On 06.12.2013 16:43, csfahey wrote: > I have this code in a standalone single page application:

[qooxdoo-devel] Weird Click Behavior

2013-12-06 Thread csfahey
I have this code in a standalone single page application: var search = new qx.ui.basic.Label( this.tr(" Search <#> ") ).set( { rich : true } ); this.add( search ); search.addListener( "click", function(){ alert("onclick"); }, this); // search.addListener( "mousedown", function(){ alert("onmoused