Serge,
Yes I see an "uncaught TypeError..."
Uncaught TypeError: Cannot read property '$$hash' of null
But, I assume this has to do nothing with the real problem:
This is the code causing the problem:
(function(){var
u="focusout",t="interval",s="mouseover",r="mouseout",q="mousemove",p="widget",o="__dv",n="qx.ui.tooltip.ToolTip",m="Boolean",l="__dt",i="_applyCurrent",k="qx.ui.tooltip.Manager",j="tooltip-
error",h="singleton",g="__ds";
qx.Class.define(k,{type:h,extend:qx.core.Object,construct:function()
{qx.core.Object.call(this);
qx.event.Registration.addListener(document.body,s,this.__dC,this,true);
... this code is called when defining the class
k="qx.ui.tooltip.Manager"
the call to .addListener(document.body...) emits the execption, due to
the fact that
document.body is null...
Do you have an explanation for this!!!!
This seems to be a problem with "qooxdoo" - I am currently using the
1.1-sdk. Are there an known issues with this....
Fru.