Re: DOMParser / XUL / Overlay issue in Firefox 4.0 Beta 4(or5)

George Johnstron <[email protected]> Sun, 19 Sep 2010 19:14:10 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.dom
Organization http://groups.google.com
Message-ID <b0420c37-42c4-46d2-9389-2c7af55f4960@g21g2000prn.googlegroups.com>
On Sep 17, 7:24 am, Boris Zbarsky <[email protected]> wrote:
> On 9/17/10 1:23 AM, George Johnstron wrote:
>
> > I’m trying to create a XUL Document from a string using DOMParser
> > however it fails in Firefox 4.0 Beta 5 (havent tried Beta 4). This
> > worked fine in Firefox 4.0 Beta 3 as well as 2.x and 3.x.
>
> You need to init your parser with a system principal.
>
> -Boris

Thanks that did it.