This could be many things, in Firebug 1.2 somebody reproduced the
error as a simplistic add on causing it. It could be a XSRF/CSRF or
even you trying to embed too many windows and iframes in your script,
it happened commonly back before JavaScript libraries got smart. This
is most commonly caused by the XSRF/CSRF protection for both
Javascript and Actionscript in Flash. You might need to adjust your
crossdomain.xml to:
<cross-domain-policy>
<site-control permitted-cross-domain-policies="all"/>
<allow-access-from domain="*" />
<allow-http-request-headers-from domain="*" headers="*"/>
</cross-domain-policy>
On Feb 18, 6:22 pm, John J Barton <[email protected]> wrote:
> In some cases this message can be related to event handlers running in
> closed windows. So window A sets a callback on window B, then later
> window A is closed (or reloaded or src= changed or...). When window B
> calls A, the call goes through, but the global scope of A is broken.
> And the location object has been erased so you get errors if you try
> to print window.location (which firebug does a lot to to error
> tracking).
>
> So its possible that this is caused by FIrebug or anyone else.
>
> jjb
>
> On Feb 17, 11:38 pm, gabriel munteanu <[email protected]> wrote:
>
> > i can say that i saw this too. the error was related to totally something
> > else, solved that error in my code and Location.toString vanished.
> > but very weird indeed.
>
> > jgabios
>
> > On Tue, Feb 17, 2009 at 11:21 PM, Geuis <[email protected]> wrote:
>
> > > I get this error in Firebug quite often and it never seems to be
> > > related to any of my code in a page. Has anyone ever tracked down what
> > > causes this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---