Wrong favicon used in bookmarks toolbar
Categories
(Firefox :: Bookmarks & History, defect)
Tracking
()
People
(Reporter: github, Unassigned)
Details
Attachments
(1 file)
12.73 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce:
I've bookmarked a link : http://192.168.1.9:8008/i/
Actual results:
The favicon in the tab is correctly displayed, but the one in the bookmarks toolbar is not.
I don't think it's port-related, as I have other URLs with other ports and everything works.
It's specifically this link that uses the favicon at the root of the site : http://192.168.1.9:8008/i/
Deleting the favicon.sqlite file does not solve the problem.
Expected results:
Right favicon
Comment 1•1 year ago
|
||
It's impossible for us to figure out what is happening because we cannot access that server.
That said, this is likely:
- the page provided icon is 16x16, http://192.168.1.9:8008/favicon.ico is larger and the screen is using high dpi (125% or more), then we'll look for a 32px icon and end up using favicon.ico
- the page provides both rich a non-rich icons, the tab doesn't use rich icons, bookmarks do.
The former is working as intended, the site could provide better favicons.
The latter would be bug 1772264, so I'm duping there.
Description
•