Okay, there is more to it than that. Firebug's XUL, when opened in a new window has 2 toolbox's with the ID fbToolbox
There is one as a direct child of the window object that contains the menubar and there is another that is in the vbox in the box with id fbPanelPane. I started adding my own toolbar to the inside of the fbToolbox so that I could add a 2nd toolbox "row" and that XUL was unhappy since I was overlaying an element that appears twice in the document. Using grep, I see these hits: firebugOverlay.xul:129: <toolbox id="fbToolbox"> firebug.xul:61: <toolbox id="fbToolbox"> So I think the fix is to rename the ID for the fbToolbox at line 61 of firebug.xul to something else so it will not clash with the one in the firebugOverlay.xul file. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
