Search code examples
javascriptfirefoxbrowserfirebugwindow.open

Firebug cannot be opened in popup windows


With Firefox 16 and Firebug 1.10.4 When I do

window.open("about:blank", "ventanaNueva", "scrollbars=1");

the "scrollbars=1" option disables Firebug and I can't inspect elements neither open console.

In firefox 15 it worked fine. Any advice ?


Solution

  • Is an issue of this version of firebug, this is solved in Firebug 1.11

    check firebug-1.11.0a4.xpi (The actual alpha version at 18 Oct 2012)