Actually no... I did not mean to imply that I am loading my own
chrome/toolbar/etc/... I meantthat I was opening a new window using the FF
chrome, for example, using:
var newWindow =
window.open("","newWin","location,scrollbars,toolbar=yes,resizable=yes,width=300,height=300");But in this child window, the Firebug icon in the lower right corner of the window is grey, not orange colored. And when I click on starting Firebug in sep or same window in the toolbar of the child window, nothing happens at all. Any ideas? Presumably each window has it's own DOM, or is the child DOM somehow a node within the parent window DOM? On Wed, Nov 26, 2008 at 6:53 AM, Jan Odvarko <[EMAIL PROTECTED]> wrote: > > Firebug is made as an overlay for > chrome://browser/content/browser.xul > > perhaps you are using your own xul window? > Honza > > On Nov 26, 5:17 am, ews_inc <[EMAIL PROTECTED]> wrote: > > I have FF 3.0.3 on Mac OS X 10.5. > > > > I can start Firebug no prob on the main Firefox app, but when my page > > js opens and populates a child window with a menubar and toolbar (so I > > can find the open firebug command), nothing happens and Firebug does > > not seem to want to start as separate or same window.... thoughts? > > > > thanks, > > tony > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
