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

Reply via email to