Today Tobias Oetiker wrote:

> Today Tobias Oetiker wrote:
>
> > Now that IE9 is final, I did some preliminary testing of tools and
> > found to my dismay that it does not work unless I set the beast to
> > quirks mode ...
> >
> > I tried with the qooxdoo demo site and there all is fine, so the
> > hopes are up.
> >
> > Thanks to the new developer tools included with IE9, it will also
> > gladly point out where the problem lies ... except that the error
> > as shown makes no sense whatsoever ...
> >
> > The error I see is:
> >
> >
> >  SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5)
> >
> > And the location in the script it complains about is:
> >
> >  if(qx.core.Variant.isSet(c,n)){this.__wF=document.createElement(p+R+o);
> >                                ^
> > between the { and the this ...
> >
> > googling I find others with the same problem but no anwers ... any
> > ideas ?
> >
> > If you care, try to load
> >
> >   http://tobi.oetiker.ch/nq/build/
> >
> > With Browser Mode: IE9 and Document Mode IE9 standards
>
> What seems to put IE9 out is this:
>
>   document.createElement("<iframe name=\"frame_1300261353980\"></iframe>")
>
> test page here ...
>
>   http://tobi.oetiker.ch/test/ie9/
>
> any ideas

got it ... it is part of the upload form contrib :-)

uploadwidget/UploadForm.js:        this.__iframeNode = 
document.createElement('<iframe name="' + frameName + '"></iframe>');

fixing it now ...

cheers
tobi

> tobi
>
> >
> > cheers
> > tobi
> >
> >
>
>

-- 
Tobi Oetiker, OETIKER+PARTNER AG, Aarweg 15 CH-4600 Olten, Switzerland
http://it.oetiker.ch [email protected] ++41 62 775 9902 / sb: -9900

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to