richie-torres
richie-torres

Reputation: 756

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 ?

Upvotes: 1

Views: 2066

Answers (2)

richie-torres
richie-torres

Reputation: 756

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)

Upvotes: 0

Andrea Ligios
Andrea Ligios

Reputation: 50193

Meanwhile, you can can always use Firefox Web Console with CTRLSHIFTK, and web tools by right clicking on the page...

Upvotes: 2

Related Questions