Closed
Bug 508223
Opened 15 years ago
Closed 15 years ago
Favicons in All Tabs dropdown not shown if menus_have_icons=false
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
VERIFIED
FIXED
Firefox 3.7a1
Tracking | Status | |
---|---|---|
status1.9.2 | --- | beta1-fixed |
status1.9.1 | --- | ? |
People
(Reporter: andreasn, Assigned: mmcnicklebugs)
Details
(Keywords: verified1.9.2, Whiteboard: [polish-easy])
Attachments
(2 files, 1 obsolete file)
125.50 KB,
image/png
|
Details | |
610 bytes,
patch
|
dao
:
review+
beltzner
:
approval1.9.2+
samuel.sidler+old
:
approval1.9.1.6-
|
Details | Diff | Splinter Review |
Related to bug 504275, GNOME recently set menus_have_icons to false by default.
[1] What this means is that menus will no longer show icons, including the tabs dropdown.
However, bookmarks (and favicons) are exceptions that should use icons
according to the guidelines [2] and those can be set to "always-show-icons"
property (GtkImageMenuItem).
1. http://bugzilla.gnome.org/show_bug.cgi?id=557469
2. http://bugzilla.gnome.org/show_bug.cgi?id=588668
Updated•15 years ago
|
Flags: wanted-firefox3.6?
Whiteboard: [polish-easy]
Assignee | ||
Comment 1•15 years ago
|
||
Overrides default style and shows icons in the tab dropdown.
Attachment #397052 -
Flags: review?
Updated•15 years ago
|
Attachment #397052 -
Flags: review? → review+
Comment 2•15 years ago
|
||
Comment on attachment 397052 [details] [diff] [review]
patch
> /* Bookmarks override the "images-in-menus" metric in xul.css */
> .bookmark-item > .menu-iconic-left {
> visibility: inherit;
> }
>+
>+.alltabs-item > .menu-iconic-left {
>+ visibility: inherit;
>+}
These two rules can be combined:
/* favicons override the "images-in-menus" metric in xul.css */
.alltabs-item > .menu-iconic-left,
.bookmark-item > .menu-iconic-left {
visibility: inherit;
}
Assignee | ||
Comment 3•15 years ago
|
||
Attachment #397052 -
Attachment is obsolete: true
Comment 4•15 years ago
|
||
Actually, this belongs in tabbrowser.css. I'll move it there before landing. Thanks Martin!
Assignee: nobody → mmcnicklebugs
Keywords: checkin-needed
Updated•15 years ago
|
Attachment #397052 -
Attachment is obsolete: false
Updated•15 years ago
|
Attachment #397083 -
Attachment is obsolete: true
Comment 5•15 years ago
|
||
Status: NEW → RESOLVED
Closed: 15 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 3.7a1
Updated•15 years ago
|
Attachment #397052 -
Flags: approval1.9.2?
Comment 6•15 years ago
|
||
Comment on attachment 397052 [details] [diff] [review]
patch
a192=beltzner
Attachment #397052 -
Flags: approval1.9.2? → approval1.9.2+
Updated•15 years ago
|
Keywords: checkin-needed
Comment 7•15 years ago
|
||
Comment 8•15 years ago
|
||
Verified fixed on trunk and 1.9.2 with:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20090920 Minefield/3.7a1pre ID:20090920031240
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2a2pre) Gecko/20090921 Namoroka/3.6a2pre ID:20090921035151
Given bug 504275 a fix on 1.9.1 would be needed too.
Status: RESOLVED → VERIFIED
status1.9.1:
--- → ?
Keywords: verified1.9.2
Summary: Favicons not shown if menus_have_icons=false → Favicons in All Tabs dropdown not shown if menus_have_icons=false
Comment 9•15 years ago
|
||
Comment on attachment 397052 [details] [diff] [review]
patch
Probably too late for 3.5.4. But asking anyway. Patch is simple and applies well to 1.9.1.
Attachment #397052 -
Flags: approval1.9.1.5?
Attachment #397052 -
Flags: approval1.9.1.4?
Updated•15 years ago
|
Attachment #397052 -
Flags: approval1.9.1.4?
Comment 10•15 years ago
|
||
Comment on attachment 397052 [details] [diff] [review]
patch
There's no reason for us to take this at this point. Linux distros can fix it on their side or wait for 3.6.
Attachment #397052 -
Flags: approval1.9.1.5? → approval1.9.1.5-
You need to log in
before you can comment on or make changes to this bug.
Description
•