On Aug 20, 12:46 am, david <[email protected]> wrote:
> WHen i write in firebug $$(form) i get this error.
> in the stack trace i have

I wonder where you got that stack trace? I guess from the Firebug
Tracing Console? Because it is the stack for the error-reporting code,
not the point of the error itself.

If my guess is correct, then some what above this entry in the trace
is a error message with an "Object" tab that has the actual error
message. That one has the stack trace for the error.  Can you look for
it?

The problem here is that Firefox queues error messages and then
reports them later out of this queue. So at the point of the report
the call stack points to the queue-handler (nsIConsoleService), not to
the call point of the error.

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

Reply via email to