Closed
Bug 525714
Opened 16 years ago
Closed 16 years ago
Search engine icons in search bar should be displayed even if Gnome System > Preferences > Appearance > Interface >Show icons in menus is unchecked
Categories
(Firefox :: Menus, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 508221
People
(Reporter: bugmail-mozilla, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); fr; rv:1.9.1.4) Gecko/20091016 Firefox/3.5.4
If I understand it correctly, it is now Gnome's default not to display icons in application menus. It can be changed by going to the System > Preferences > Appearance menu, Interface tab and by checking the "Show icons in menus" checkbox.
However, I feel that the icons in the search engines drop-down list in the search bar are not regular menu icons, and should always be displayed.
Reproducible: Always
Steps to Reproduce:
1. In gnome, go to System > Preferences > Appearance > Interface and uncheck Show icons in menus
2. Start or restart Firefox
Actual Results:
In the search bar engines list, icons are not displayed
Expected Results:
Icons should always be displayed
See also bug in Ubuntu Launchpad: https://bugs.launchpad.net/ubuntu/+source/firefox-3.5/+bug/432876
A CSS style such as
#search-popupset .menu-iconic-left {
visibility: visible!important;
}
forces the search engine icons to be always displayed.
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•