That means that Firebug was loaded in to a window that was then closed without calling our shutdown code. Following that close event, Firebug was enabled in another window.
I guess: you have a popup window that is being killed in some way. Do two things: 1) Firebug > Firebug Icon Menu > Options > Reset All 2) Right click on the Firebug Start button, Clear Activation List. If you work on popup windows, then the chances are that this problem will re-occur. You can try Firebug 1.8a2, it uses a different mechanism, not enableXULWIndow. Otherwise, you can create a test case demoing your problem and post it to the issues list so we can fix it. jjb On May 11, 12:16 pm, JMWEBGUY <[email protected]> wrote: > Ok so it stopped working again and I went into the TRACE window and > saw this: > errors.observe nsIScriptError: enableXULWindow window is closed!! > [JavaScript Error: \"enableXULWindow window is closed!!\" {file: > \"chrome://firebug/content/firebug.js\" line: 1460} > > Does this help?? > > On May 10, 11:48 am, Jan Honza Odvarko <[email protected]> wrote: > > > > > > > > > On May 10, 5:28 pm,JMWEBGUY<[email protected]> wrote:> Installed and will > > wait for it to fail again? Or should I see > > > something now? > > > You need to open the tracing console using menu Firebug -> Open > > Firebug Tracing > > > As soon as the window is opened, switch into the "Options" tab, check > > "ERRORS" (and perhaps "ACTIVATION") and see what appears in the "Logs" > > tab. > > > Some more info about FBTrace > > here:http://getfirebug.com/wiki/index.php/FBTrace > > > Honza -- 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.
