Yep! I was able to reproduce this with the source build of demos.
So something may be broken with the source loader. I've got the following error message (captured with firebug):
qx.ui.core.ClientDocument.getInstance is not a function initialize()InterfaceInitComp... (line 63) _onload(load )InterfaceInitComp... (line 154) _onload(load )Init.js (line 245) __onload(load )Init.js (line 48) The error did not show up in the build version. I've filed a bug in bugzilla for this: http://bugzilla.qooxdoo.org/show_bug.cgi?id=252 Sven Antonsen schrieb:
On 12/20/06, Sven Antonsen <[EMAIL PROTECTED]> wrote:I'm having problems with qooxdoo-0.6.3-sdk after a recent upgrade of Firefox from version 2.0 to 2.0.0.1: qx.Proto has no properties ClientDocument.js (line 321) qx.ui.core.ClientDocument.getInstance is not a function InterfaceInitComp... (line 63) Strangely enough, the online demos at http://demo.qooxdoo.org/showcase/ still work in FF 2.0.0.1.This is the code: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Stat</title> <script type="text/javascript">MochiKit = {__export__: false};</script> <script type="text/javascript" src="../../../js/MochiKit-1.3.1/lib/MochiKit/MochiKit.js"> </script> <script type="text/javascript" src="./script/custom.js"> </script> </head> <body> <script type="text/javascript"> qx.core.Init.getInstance().setApplication(custom.Application); </script> </body> </html> It all works well in IE6 and Opera 9.01 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
-- Mit freundlichen Grüßen Dietrich Streifert Visionet GmbH
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
