Back in Firefox 10/11, there was an issue with the firebug icon disappearing from the add-on bar in popup windows. The solution for that problem was to set the option extensions.firebug.showStatusIcon to true in about: config. Then the need for that configuration option disappeared with Firefox 12.
Firefox automatically upgraded itself to version 14 yesterday, and again, the firebug icon is gone from the add-on bar on popup windows. Since popup windows don't have a tool bar by default and I work in a web application environment where the f keys are overridden, this means that again, firebug is again not accessible to us on popup windows without hacking on the application. The solution from Firefox 10/11 is doing nothing.
Turning it on for all web pages work, but if you forget and accidentally close it on a popup window there's no way to reopen it without respawning the popup.
Anyone seen any other solution? We need the icon on the add-on bar in popup windows.
Yep, this problem has been already reported and we are looking
for the right solution.
For the time being, if you press F12 or open page context menu
and pick "Inspect Element with Firebug" you should be able to
open Firebug UI (even if there is no icon).
Does this work for you?
Honza
On Jul 18, 5:41 pm, Deirdre H <deird...@gmail.com> wrote:
> Back in Firefox 10/11, there was an issue with the firebug icon
> disappearing from the add-on bar in popup windows. The solution for that
> problem was to set the option extensions.firebug.showStatusIcon to true in
> about: config. Then the need for that configuration option disappeared with
> Firefox 12.
> Firefox automatically upgraded itself to version 14 yesterday, and again,
> the firebug icon is gone from the add-on bar on popup windows. Since popup
> windows don't have a tool bar by default and I work in a web application
> environment where the f keys are overridden, this means that again, firebug
> is again not accessible to us on popup windows without hacking on the
> application. The solution from Firefox 10/11 is doing nothing.
> Turning it on for all web pages work, but if you forget and accidentally
> close it on a popup window there's no way to reopen it without respawning
> the popup.
> Anyone seen any other solution? We need the icon on the add-on bar in popup
> windows.
Unfortunately, not really within our application without hacking on some things. F12 is assigned to something else, and right-click is disabled.
We have solutions from the last time around (before we discovered the showStatusIcon solution) but they are clunky. I have been forcing the toolbar to appear on the test systems I've been working on today.
Is it a firebug 1.10 issue or a firefox 14 issue? I can tell our developers to downgrade one or the other for now too. I just haven't had the time to test out what might be the best solution.
On Wednesday, July 18, 2012 10:55:03 AM UTC-5, Jan Honza Odvarko wrote:
> Yep, this problem has been already reported and we are looking > for the right solution.
> For the time being, if you press F12 or open page context menu > and pick "Inspect Element with Firebug" you should be able to > open Firebug UI (even if there is no icon).
> Does this work for you?
> Honza
> On Jul 18, 5:41 pm, Deirdre H <deird...@gmail.com> wrote: > > I am using Firefox 14 and Firebug 1.10.0.
> > Back in Firefox 10/11, there was an issue with the firebug icon > > disappearing from the add-on bar in popup windows. The solution for that > > problem was to set the option extensions.firebug.showStatusIcon to true > in > > about: config. Then the need for that configuration option disappeared > with > > Firefox 12.
> > Firefox automatically upgraded itself to version 14 yesterday, and > again, > > the firebug icon is gone from the add-on bar on popup windows. Since > popup > > windows don't have a tool bar by default and I work in a web application > > environment where the f keys are overridden, this means that again, > firebug > > is again not accessible to us on popup windows without hacking on the > > application. The solution from Firefox 10/11 is doing nothing.
> > Turning it on for all web pages work, but if you forget and accidentally > > close it on a popup window there's no way to reopen it without > respawning > > the popup.
> > Anyone seen any other solution? We need the icon on the add-on bar in > popup > > windows.
The temporary solution we've come up with is that if we downgrade firebug to 1.9.2 (even though it doesn't show it's supported in firefox 14) and have showStatusIcon set to true, we get the addon bar icon back in Firefox 14. I've warned all the developers who I've helped do this to be on the lookout for any oddities in firebug behavior but it seems to be working for everyone at the moment.
Thanks for the info, Harutyun. I changed it on my local repo and testing it right now. I created issue 5711<http://code.google.com/p/fbug/issues/detail?id=5711>for this. When I don't see any conflicts, I'll commit the change.
That appears to work beautifully--the icon is back and Firebug is responding. Although it may have become something of a moot point for the moment. About half our developers have had to downgrade Firefox 14 back to 13 in the past two days because of extreme stability issues.
> That appears to work beautifully--the icon is back and Firebug is > responding.
Great. Thanks for the feedback!
> Although it may have become something of a moot point for the moment. > About half our developers have had to downgrade Firefox 14 back to 13 in > the past two days because of extreme stability issues.
> > That appears to work beautifully--the icon is back and Firebug is
> > responding.
> Great. Thanks for the feedback!
> > Although it may have become something of a moot point for the moment.
> > About half our developers have had to downgrade Firefox 14 back to 13 in
> > the past two days because of extreme stability issues.
On Friday, 20 July 2012 15:36:48 UTC+1, Jan Honza Odvarko wrote:
> Are there any other stability issues except of Firefox crashes? > Honza
> On Jul 20, 12:06 am, Sebastian Zartner <sebastianzart...@gmail.com> > wrote: > > > That appears to work beautifully--the icon is back and Firebug is > > > responding.
> > Great. Thanks for the feedback!
> > > Although it may have become something of a moot point for the moment. > > > About half our developers have had to downgrade Firefox 14 back to 13 > in > > > the past two days because of extreme stability issues.