Hi Petr,

this is supposed to work. can you open a bug report for this issue as well?

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


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG - Web Technologies
Ernst-Frey-Straße 9 · DE-76135 Karlsruhe
Telefon: +49 721 91374-6784
[email protected]

Amtsgericht Montabaur / HRB 6484
Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver 
Mauss, Jan Oetjen
Aufsichtsratsvorsitzender: Michael Scheeren


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to