Hi,

I'd like to be able to load my Qx app after a main web page has been loaded.
I thought this would be simple, just add the loader script alter instead of
initially. Turns out it isnt; on FF 3.5 the Qx app would NOT load.

I've looked at the source and this is because (on FF < 3.6) what actually
triggers the load of the application is "DOMContentLoaded", which is never
fired in my case since it was *already* fired. On FF 3.6 there is a

if (qx.$$domReady || document.readyState == "complete")

code snippet that makes it work, but FF 3.5 and below does not have
document.readyState.

Would it be possbile to resolve that by adding a special option to the
generator that will always set qx.$$domReady to true?

-- 
Jean-Noël Rivasseau
Directeur
(1) 778 786 3460 / (33) 01 82 88 05 26
Kameleoon - morphing the web
http://www.kameleoon.com/
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to