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