On Oct 9, 8:59 am, Andrew R <[email protected]> wrote:
> Thank you for that information, apparently something is askew with my
> Firebug.chrome in my panel. I have this code:
...
> Firebug.chrome.$('fbAdfvTypeMenu')
> Is returning null

So the |document| in the scope that chrome.js was compiled in has no
element with that id.

>
> document.getElementById('fbAdfvTypeMenu')
> Is returning my element in the XUL toolbar

Then the |document| in the scope of this statement does have the
element.

I guess the code is included via a script tag in your overlay's .xul
file.  I guess you are overlaying browser.xul but I think you need to
overlay firebug.xul?

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