Hi All,

This has only happened within the past week or so.  I'm working from the
qooxdoo trunk code, and have recently updated to the latest commits.
I've been testing with IE 7, FF 3, and google Chrome 1.0.154.

When I work with a source version of my application, all 3 browsers work
fine.  When I compile a build version of the application, IE and FF are
fine, but chrome gives me this error when trying to load the
application:

Uncaught TypeError: Cannot ready property 'style' of null
http://webserver/qd8/build/script/qd8.js (line 7307)

Line 7307 is inside qx.ui.root.Application, in the
_createContainerElement  on this line:

        var bstyle = doc.body.style;

I wondered if it was something I'm doing in my application.  So i used
create_application.py to generate a brand new skeleton app.  I made no
changes to it, created both the source and build versions and pointed
all 3 browsers to it.  Same behaviour.  With IE and FF, both source and
build versions load just fine with no warnings or errors.  With chrome,
the source version loads fine with no warnings, but the build version
gives the above error and fails to load.

Any help or pointers to get around this would be appreciated.

-- 
Sincerely,

Mr. Hericus
[email protected]
http://www.hericus.com



------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to