Open
Bug 844378
Opened 12 years ago
Updated 2 years ago
[Mac] Missing icons of Bookmarks Menu and Submenu when no windows opened (or library window is selected)
Categories
(Firefox :: Bookmarks & History, defect, P5)
Tracking
()
NEW
People
(Reporter: suishouen, Unassigned)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:20.0) Gecko/20100101 Firefox/20.0
Build ID: 20130220104816
Steps to reproduce:
Close all windows or all tabs.
Actual results:
When I click Bookmarks menu, Bookmarks menu and submenus have no favicons for bookmark items.
Expected results:
Bookmarks menu and submenus should show favicons for bookmark items even when no windows opened.
Comment 1•12 years ago
|
||
does this happen in safe mode? http://support.mozilla.org/en-US/kb/Safe+Mode
The favicons there don't depend at all on currently opened windows/tabs, thus I cannot reproduce.
(In reply to Marco Bonardo [:mak] (Away Mar 1) from comment #1)
> does this happen in safe mode? http://support.mozilla.org/en-US/kb/Safe+Mode
> The favicons there don't depend at all on currently opened windows/tabs,
> thus I cannot reproduce.
Yes, this happens in safe mode, too.
Firefox shows no identity-icons-generic.png.
Comment 4•12 years ago
|
||
those about pages do not have an icon... and they are not expected to show the generic identity icon.
I suspect this should just be duped to bug 591579, is that bug what you are asking for?
(In reply to Marco Bonardo [:mak] (Away Mar 1) from comment #4)
> those about pages do not have an icon... and they are not expected to show
> the generic identity icon.
> I suspect this should just be duped to bug 591579, is that bug what you are
> asking for?
I don't mean about pages.
I mean Bookmarks menu and submenu of bookmarks menu.
Screenshots of Bookmarks menu coming...
Summary: Missing favicons for bookmark items when no windows opened → Missing icons of Bookmarks Menu and Submenu when no windows opened
Comment 7•12 years ago
|
||
Ah I see, this is a Mac only bug, I think I saw it already reported in the past, so could end up being a dupe, but confirming for now until we figure that.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: Missing icons of Bookmarks Menu and Submenu when no windows opened → [Mac] Missing favicons for bookmark items when no windows opened
Updated•12 years ago
|
Summary: [Mac] Missing favicons for bookmark items when no windows opened → [Mac] Missing icons of Bookmarks Menu and Submenu when no windows opened
Comment 8•10 years ago
|
||
I can confirm that this is still an issue in Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0.
Build ID: 20150130004024
Updated•7 years ago
|
Severity: normal → trivial
Priority: -- → P5
Hardware: x86 → All
Updated•7 years ago
|
Summary: [Mac] Missing icons of Bookmarks Menu and Submenu when no windows opened → [Mac] Missing icons of Bookmarks Menu and Submenu when no windows opened (or library window is selected)
Reporter | ||
Comment 10•7 years ago
|
||
I don't know why, but this issue seems to be fixed in the following way.
1. Place "folder.svg" at ~/Library/Application\ Support/Firefox/Profiles/***/chrome/folder.svg
2. Edit userChrome.css
.bookmark-item[container] {
list-style-image: url("folder.svg") !important;
}
Reporter | ||
Comment 11•7 years ago
|
||
Or simply edit userChrome.css as below:
.bookmark-item[container] {
list-style-image: url(chrome://browser/skin/folder.svg) !important;
}
Updated•2 years ago
|
Severity: trivial → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•