Matt,

there might be a timing issue. Can you reproduce it in the source version of your app?

T.

On 08/29/2011 01:53 PM, Marcel Ruff wrote:
Hi,

I have an app running fine with qooxdoo-svn-2011-02 (1.4-pre) on multiple browsers.

When updating to qooxdoo 1.5 (or similar problem with current svn checkout) and generate the script/myapp.js I get following error in js console during loading myapp.js in Firefox 6.0:

   "i.body is null"

This happens in the 5-th row below:

-----------------------------------
}},"webkit":function(f){if(parseFloat(qx.core.Environment.get(c))<523.15){return
 (f||window).innerWidth;
}else{var g=(f||window).document;
return 
qx.bom.Document.isStandardMode(f)?g.documentElement.clientWidth:g.body.clientWidth;
}},"default":function(h){var i=(h||window).document;
return 
qx.bom.Document.isStandardMode(h)?i.documentElement.clientWidth:i.body.clientWidth;
}}),getHeight:qx.core.Environment.select(b,{"opera":function(j){if(parseFloat(qx.core.Environment.get(c))<9.5){return
 (j||window).document.body.clientHeight;
}else{var k=(j||window).document;
return 
qx.bom.Document.isStandardMode(j)?k.documentElement.clientHeight:k.body.clientHeight;
-----------------------------------

In Firebug, 'i' is reported to be of type Document (the loading URL is deplayed as well):
"Document dev.html?loginName=xxxx&showSmsTab=true&..."

What can I try to resolve the issue?

Thank you
Marcel


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management
Up to 160% more powerful than alternatives and 25% more efficient.
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev


_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to