Now i get additional errors:
chrome://firebug/content/lib.js (3028) ([object HTMLInputElement])
[...]
chrome://firebug/content/lib.js (2883) ([object HTMLInputElement])
[...]
chrome://firebug/content/lib.js (2877) ([object HTMLInputElement])
[...]
chrome://firebug/content/reps.js (630) ([object HTMLFormElement])[...]
chrome://firebug/content/domplate.js (233) ([object Array],null,
[object Object],[object Array])[...]
chrome://firebug/content/domplate.js (179) __link__(anonymous,[object
Array],[object Array],[object Object])[...]
chrome://firebug/content/domplate.js (233) ([object Object],[object
Array])[...]
chrome://firebug/content/domplate.js (222) __loop__([object Object],
[object Array],(function (item, __out__) {__link__(item.tag, __code__,
__out__, {object: item.object});__code__.push("", "<span", " role=\"",
"presentation", "\"", " class=\"", "arrayComma", " ", "\"", ">",
__escape__(item.delim), "</span>");}))[...]
chrome://firebug/content/domplate.js (233) ([object Array],null,
[object Object],[object Array])[...]
chrome://firebug/content/domplate.js (179) __link__(anonymous,[object
Array],[object Array],[object Object])[...]
chrome://firebug/content/domplate.js (233) ([object Object],[object
Array])[...]
chrome://firebug/content/domplate.js (222) __loop__([object Object],
[object Array],(function (member, __out__) {__code__.push("", "<tr", "
role=\"", "presentation", "\"", " level=\"", __escape__(member.level),
"\"", " class=\"", "memberRow ", __escape__(member.open), " ",
__escape__(member.type), "Row", " ", member.hasChildren ? "hasChildren
" : "", "\"", ">", "<td", " style=\"", "padding-left: ", __escape__
(member.indent), "px", "\"", " role=\"", "presentation", "\"", " class=
\"", "memberLabelCell", " ", "\"", ">", "<div", " class=\"",
"memberLabel ", __escape__(member.type), "Label", " ", "\"", ">",
"<span", " class=\"", " ", "\"", ">", __escape__(member.name), "</
span>", "</div>", "</td>", "<td", " role=\"", "presentation", "\"", "
class=\"", "memberValueCell", " ", "\"", ">");__link__(member.tag,
__code__, __out__, {object: member.value});__code__.push("", "</td>",
"</tr>");}))[...]
chrome://firebug/content/domplate.js (233) ([object Array],(void 0),
[object Object],[object Array])[...]
chrome://firebug/content/domplate.js (882) ([object Object],[object
Array],(void 0))[...]
chrome://firebug/content/domplate.js (891) ([object Object],[object
HTMLTableRowElement])[...]
chrome://firebug/content/dom.js (300) ([object Array],true)[...]
chrome://firebug/content/dom.js (1227) ([object
XPCWrappedNative_NoHelper])[...]
chrome://firebug/content/firebug.js (2178) ([object
XPCWrappedNative_NoHelper])[...]
chrome://firebug/content/chrome.js (883) ([object
XPCWrappedNative_NoHelper],[object Object])[...]
chrome://firebug/content/firebug.js (2181) ([object
XPCWrappedNative_NoHelper],true)[...]
chrome://firebug/content/chrome.js (473) ([object
XPCWrappedNative_NoHelper],"script",null,true)[...]
chrome://firebug/content/debugger.js (586) ([object Object])[...]
chrome://firebug/content/lib.js (94) ()[...]
On Aug 25, 11:42 am, david <[email protected]> wrote:
> I don't see the object tab error. What could i do ?
>
> On Aug 20, 7:31 pm, johnjbarton <[email protected]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---