Closed Bug 624778 Opened 14 years ago Closed 14 years ago

Firebug menu not clickable

Categories

(Firefox :: Theme, defect)

x86
Windows 7
defect
Not set
normal

Tracking

()

RESOLVED INVALID

People

(Reporter: jk1700, Unassigned)

Details

(Keywords: regression)

User-Agent:       Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20110110 Firefox/4.0b9pre
Build Identifier: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:2.0b9pre) Gecko/20110110 Firefox/4.0b9pre

Menu items in firebug (1.7X.0a7) doesn't work, however there is no problem with other items in menu bar like searching or inspecting elements.
There is also no problem with the menu when the firebug is detached from the browser window

Reproducible: Always

Steps to Reproduce:
1. Open firebug
2. Click "Console" menu item (assuming that the "Console" tab is not the active one)

Actual Results:  
Nothing happens

Expected Results:  
"Console" tab should became active

Menu works fine in Fx3.6
Other firebug menu issue was recently fixed in bug 621222, maybe these 2 issues are related
Component: General → Theme
Depends on: 621222
Keywords: regression
Version: unspecified → Trunk
Regression range:
9pre20110107 - menu works ok
9pre20110108 - menu doesn't work
QA Contact: general → theme
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5634bfc97402&tochange=019ae3c92eb4

Probably regression from bug 572160, menu fails to work when tabs are in the title bar, but when the window is not maximized menu works ok
Blocks: 572160
blocking2.0: --- → ?
No longer depends on: 621222
This is a bug in Firebug, it uses the tabbrowser-arrowscrollbox class which is supposed to exist in the tab bar only.
Status: UNCONFIRMED → RESOLVED
blocking2.0: ? → ---
Closed: 14 years ago
Resolution: --- → INVALID
Fixed in firebug:
http://code.google.com/p/fbug/source/detail?r=8955
Re:

> Though I have to say it's a bit stupid to say, that a CLASS is "supposed to
> exist in the tab bar only".

Classes are no less distinctly named than ids. They may be reused, but only in the right context. The right context for tabbrowser-arrowscrollbox is obviously the tabbrowser (<http://mxr.mozilla.org/mozilla-central/source/browser/base/content/tabbrowser.xml>).
(In reply to comment #3)
> http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=5634bfc97402&tochange=019ae3c92eb4
> 
> Probably regression from bug 572160, menu fails to work when tabs are in the
> title bar, but when the window is not maximized menu works ok

its true... only happens when tabs are on title bar.
Bruno, maybe you oversaw, that I already fixed this in Firebug by simply renaming the class.
Dão, could you please explain why it is a difference whether having tabs on top or not.
We apply some extra styles when tabs are in the title bar.
No longer blocks: 572160
You need to log in before you can comment on or make changes to this bug.