Hi all!

I have a problem with Chrome 3.0.195.21 with qooxdoo 0.8.3 and "build".
With "source" all works fine, but we use "build" version for deploying our app.


Uncaught TypeError: Cannot read property '$$hash' of null

This is in build-script, at line 3 here:

,addListener:function(bq,br,bs,self,bt){var bx;
{};
var by=bq.$$hash||qx.core.ObjectRegistry.toHashCode(bq);
var bA=this.__X[by];

if(!bA){bA=this.__X[by]={};
}var bw=br+(bt?bX:bY);
var bv=bA[bw];

if(!bv){bv=bA[bw]=[];
}if(bv.length===0){this.__be(bq,br,bt);
}var bz=(qx.event.Manager.__bc++).toString(36);
var bu={handler:bs,context:self,unique:bz};
bv.push(bu);
return bw+bW+bz;
}

backtrace:

if(!r){r=new qx.event.Manager(q);

        this.__bg[s]=r;

        }return r;

},removeManager:function(y){var z=qx.core.ObjectRegistry.toHashCode(y.getWindow());

        delete this.__bg[z];

},addListener:function(g,h,i,self,j){return this.getManager(g).addListener(g,h,i,self,j);


backtrace:

(function(){var p="focusout",o="interval",n="mouseover",m="mouseout",l="mousemove",k="widget",j="__dv",i="qx.ui.tooltip.ToolTip",h="Boolean",g="__dt",c="_applyCurrent",f="__du",d="qx.ui.tooltip.Manager",b="tooltip-error",a="singleton";

        
qx.Class.define(d,{type:a,extend:qx.core.Object,construct:function(){arguments.callee.base.call(this);

        qx.event.Registration.addListener(document.body,n,this.__dD,this,true);

        this.__dt=new qx.event.Timer();

backtrace:

},__B:function(br,name,bs){var bu=function(){var N=arguments.callee.constructor;

        {};

        if(!N.$$propertiesAttached){qx.core.Property.attach(N);

        }var M=N.$$original.apply(this,arguments);

        if(N.$$includes){var L=N.$$flatIncludes;


backtrace:

this.$$instance=new this;


I have only this code ATM, and error reproduceable:
qx.Class.define("my.Application",
{
    extend : qx.application.Standalone,

//////
        main : function()
        {
this.base(arguments);
/*

//////

Can anyone help? :)

--
Best Regards
Alexander Yerenkow,
Generalissimo of UCT

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to