Hi devs,

I have problem running qxbuild with IE7 (maybe IE6 too, not tested). I
think that this problem is related to qooxdoo and not qxbuild, because
qxbuild is de facto only qooxdoo with all components built-in.

Error is here

if(!document.namespaces["v"]){document.namespaces.add("v","urn:schemas-microsoft-com:vml");}

and IE error message is "Unspecified Error".

It's in file qx/bom/Vml.js in defer section:

  defer : function(statics)
  {
    if (qx.core.Variant.isSet("qx.client", "mshtml"))
    {
      qx.bom.Stylesheet.createElement("v\\: * {
behavior:url(#default#VML);display:inline-block; }");

      if (!document.namespaces["v"]) {
        document.namespaces.add("v", "urn:schemas-microsoft-com:vml");
      }
    }
  }

I disabled this class for my app and it seems to be ok.

Cheers
- Petr

------------------------------------------------------------------------------
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