Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Firebug missing from add-on bar in popup window (again)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  14 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Deirdre H  
View profile  
 More options Jul 18 2012, 11:41 am
From: Deirdre H <deird...@gmail.com>
Date: Wed, 18 Jul 2012 08:41:02 -0700 (PDT)
Local: Wed, Jul 18 2012 11:41 am
Subject: Firebug missing from add-on bar in popup window (again)

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.

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Jul 18 2012, 11:55 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Wed, 18 Jul 2012 08:55:03 -0700 (PDT)
Local: Wed, Jul 18 2012 11:55 am
Subject: Re: Firebug missing from add-on bar in popup window (again)
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deirdre H  
View profile  
 More options Jul 18 2012, 12:31 pm
From: Deirdre H <deird...@gmail.com>
Date: Wed, 18 Jul 2012 09:31:14 -0700 (PDT)
Local: Wed, Jul 18 2012 12:31 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

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.

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 18 2012, 2:22 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Wed, 18 Jul 2012 11:22:41 -0700 (PDT)
Local: Wed, Jul 18 2012 2:22 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

> Unfortunately, not really within our application without hacking on some
> things. F12 is assigned to something else, and right-click is disabled.

You can also change the shortcut to something else via Firebug Menu<https://getfirebug.com/wiki/index.php/Firebug_Menu>>
*Customize Shortcuts*.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deirdre H  
View profile  
 More options Jul 18 2012, 3:28 pm
From: Deirdre H <deird...@gmail.com>
Date: Wed, 18 Jul 2012 12:28:24 -0700 (PDT)
Local: Wed, Jul 18 2012 3:28 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Harutyun Amirjanyan  
View profile  
 More options Jul 18 2012, 6:50 pm
From: Harutyun Amirjanyan <amirjan...@gmail.com>
Date: Wed, 18 Jul 2012 15:50:40 -0700 (PDT)
Local: Wed, Jul 18 2012 6:50 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

chromeclass-toolbar-additional class on

https://github.com/firebug/firebug/blob/master/extension/content/fire...
causes this. is it needed for anything else?

for testing run

window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars=no,menubar=no");


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 19 2012, 12:59 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Wed, 18 Jul 2012 21:59:04 -0700 (PDT)
Local: Thurs, Jul 19 2012 12:59 am
Subject: Re: Firebug missing from add-on bar in popup window (again)

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.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 19 2012, 7:06 am
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Thu, 19 Jul 2012 04:06:52 -0700 (PDT)
Local: Thurs, Jul 19 2012 7:06 am
Subject: Re: Firebug missing from add-on bar in popup window (again)

I attached a test build at issue 5711<http://code.google.com/p/fbug/issues/detail?id=5711>
.

Deirdre H, could you please try it out and let us know if it works for you?

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Deirdre H  
View profile  
 More options Jul 19 2012, 4:12 pm
From: Deirdre H <deird...@gmail.com>
Date: Thu, 19 Jul 2012 13:12:33 -0700 (PDT)
Local: Thurs, Jul 19 2012 4:12 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

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.

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Sebastian Zartner  
View profile  
 More options Jul 19 2012, 6:06 pm
From: Sebastian Zartner <sebastianzart...@gmail.com>
Date: Thu, 19 Jul 2012 15:06:16 -0700 (PDT)
Local: Thurs, Jul 19 2012 6:06 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

> 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.

When there are Firefox crashes, let the Mozilla guys know about them by sending
them crash reports<http://support.mozilla.org/en-US/kb/Mozilla%20Crash%20Reporter>and reporting them in Bugzilla
<https://bugzilla.mozilla.org/>(if they are not reported already).
From our perspective you have the chance to test the change of issue 5711<http://code.google.com/p/fbug/issues/detail?id=5711>in FF 13 and 14. So this bad circumstances also have something good.

Sebastian


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Jul 20 2012, 10:36 am
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Fri, 20 Jul 2012 07:36:48 -0700 (PDT)
Local: Fri, Jul 20 2012 10:36 am
Subject: Re: Firebug missing from add-on bar in popup window (again)
Are there any other stability issues except of Firefox crashes?
Honza

On Jul 20, 12:06 am, Sebastian Zartner <sebastianzart...@gmail.com>
wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Julian Young  
View profile  
 More options Oct 17 2012, 10:40 am
From: Julian Young <yulian.j...@gmail.com>
Date: Wed, 17 Oct 2012 07:40:13 -0700 (PDT)
Local: Wed, Oct 17 2012 10:40 am
Subject: Re: Firebug missing from add-on bar in popup window (again)

Seems like this issue may have returned in 1.10 using Firefox 16.0.1


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan Honza Odvarko  
View profile  
 More options Oct 17 2012, 12:05 pm
From: Jan Honza Odvarko <odva...@gmail.com>
Date: Wed, 17 Oct 2012 09:05:42 -0700 (PDT)
Local: Wed, Oct 17 2012 12:05 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)
On Oct 17, 4:40 pm, Julian Young <yulian.j...@gmail.com> wrote:

> Seems like this issue may have returned in 1.10 using Firefox 16.0.1

Firebug test build here:
http://code.google.com/p/fbug/issues/detail?id=5949#c14
should fix the problem.

Please let us know if it works for you.

The patch will be included in Firebug 1.10.5 released next week.

Honza


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
R  
View profile  
 More options Oct 19 2012, 3:46 pm
From: R <bot...@gmail.com>
Date: Fri, 19 Oct 2012 12:46:52 -0700 (PDT)
Local: Fri, Oct 19 2012 3:46 pm
Subject: Re: Firebug missing from add-on bar in popup window (again)

I was having the same issue and this fixed it for me, thanks!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »