Closed
Bug 625156
Opened 14 years ago
Closed 14 years ago
Tab Groups menu button does not toggle Tab View when browser window is out of focus
Categories
(Firefox Graveyard :: Panorama, defect, P3)
Firefox Graveyard
Panorama
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 4.0b11
People
(Reporter: aaronmt, Assigned: mitcho)
References
Details
(Keywords: ux-consistency, Whiteboard: [ux][polish])
Attachments
(1 file, 2 obsolete files)
2.76 KB,
patch
|
Details | Diff | Splinter Review |
Currently on
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:2.0b10pre) Gecko/20110112 Firefox/4.0b10pre
tabGroupsButton (View -> Tab Groups) is inactive when the browser window is out of focus. Clicking it will not toggle the tab view.
On Mac, this is particularly easy to reproduce, simply open the Downloads window or bring forth into the foreground the About Minefield/Firefox window.
tabGroupsButton should either be disabled or work on the appropriate window
[1] http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.xul#846
Reporter | ||
Comment 1•14 years ago
|
||
Not sure if this is more appropriate under the Menu component. Please move if appropriate.
Reporter | ||
Updated•14 years ago
|
Summary: tabGroupsButton is inactive when browser window is out of focus → Tab Groups menu button does not toggle Tab View when browser window is out of focus
Comment 2•14 years ago
|
||
Yup. Tab Candy is the right component.
Punting to future.
Priority: -- → P3
Target Milestone: --- → Future
Assignee | ||
Comment 3•14 years ago
|
||
Assignee: nobody → mitcho
Status: NEW → ASSIGNED
Attachment #506059 -
Flags: review?(dao)
Attachment #506059 -
Flags: feedback?(ian)
Assignee | ||
Updated•14 years ago
|
Assignee | ||
Updated•14 years ago
|
Target Milestone: Future → ---
Comment 4•14 years ago
|
||
Comment on attachment 506059 [details] [diff] [review]
Trivial patch
>diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js
>--- a/browser/base/content/browser.js
>+++ b/browser/base/content/browser.js
>@@ -1731,17 +1731,18 @@ function BrowserShutdown()
> // macBrowserOverlay
> function nonBrowserWindowStartup()
> {
> // Disable inappropriate commands / submenus
> var disabledItems = ['Browser:SavePage',
> 'Browser:SendLink', 'cmd_pageSetup', 'cmd_print', 'cmd_find', 'cmd_findAgain',
> 'viewToolbarsMenu', 'viewSidebarMenuMenu', 'Browser:Reload',
> 'viewFullZoomMenu', 'pageStyleMenu', 'charsetMenu', 'View:PageSource', 'View:FullScreen',
>- 'viewHistorySidebar', 'Browser:AddBookmarkAs', 'View:PageInfo', 'Tasks:InspectPage'];
>+ 'viewHistorySidebar', 'Browser:AddBookmarkAs', 'View:PageInfo', 'Tasks:InspectPage',
>+ 'Browser:ToggleTabView', 'Browser:ShowTabView', 'Browser:HideTabView'];
What are Browser:ShowTabView and Browser:HideTabView used for?
Assignee | ||
Comment 5•14 years ago
|
||
(In reply to comment #4)
> What are Browser:ShowTabView and Browser:HideTabView used for?
Currently, nothing is bound to these commands, but they're specified in the mainCommandSet. I believe the gestures we used to have were tied to these.
Dāo, do you suggest we remove these commands from the command set? If not, someone may map a custom key combo or gesture against these commands, and we'd want them disabled.
Comment 6•14 years ago
|
||
(In reply to comment #5)
> Dāo, do you suggest we remove these commands from the command set?
I think we should probably do that.
> If not,
> someone may map a custom key combo or gesture against these commands, and we'd
> want them disabled.
The gestures wouldn't be registered in non-browser windows anyway.
Assignee | ||
Comment 7•14 years ago
|
||
Attachment #506059 -
Attachment is obsolete: true
Attachment #506408 -
Flags: review?(dao)
Attachment #506059 -
Flags: review?(dao)
Attachment #506059 -
Flags: feedback?(ian)
Updated•14 years ago
|
Attachment #506408 -
Flags: review?(dao) → review+
Assignee | ||
Updated•14 years ago
|
Attachment #506408 -
Flags: approval2.0?
Comment 8•14 years ago
|
||
Comment on attachment 506408 [details] [diff] [review]
Trivial patch, with removal of Browser:ShowTabView and Browser:HideTabView
a=beltzner
Attachment #506408 -
Flags: approval2.0? → approval2.0+
Assignee | ||
Comment 9•14 years ago
|
||
Attachment #506408 -
Attachment is obsolete: true
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 10•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 4.0b11
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•