Closed Bug 1358844 Opened 7 years ago Closed 2 years ago

Favicon is not displaying in Bookmarks Toolbar (MacOS)

Categories

(Web Compatibility :: Site Reports, defect, P5)

Firefox 53
defect

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: cenon415, Unassigned)

References

()

Details

(Keywords: webcompat:contact-ready, Whiteboard: [http] [html] [contactready])

User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:53.0) Gecko/20100101 Firefox/53.0
Build ID: 20170413192749

Steps to reproduce:

1. Visit https://ghostlifestyle.com/
2. Bookmark the website into Bookmarks Toolbar (Command + D)


Actual results:

Favicon for bookmark does not appear/display in the bookmarks toolbar.


Expected results:

Favicon should display next to bookmark name.
I've refreshed Firefox, even tried a clean install, and tried importing bookmarks from another browser. Issue still persist.
Component: Untriaged → Toolbars and Customization
I don't see a favicon on the tab as well.

The page defines various icons, the last one is:
<link rel="icon" type="image/png" sizes="16x16" href="/static/icons/favicon-16x16.png">
This is probably what you'd expect to see.

but later in the source code there is:

    <!-- Favicons -->
    <link rel="shortcut icon" href="/static/img/favicon.ico"/>

This probably comes from the template or the framework used.

Firefox currently uses the page's last defined icon, and this last icon is transparent.
Looks like a bug in the website, since I don't think it's intended for this last icon definition to be there.

MOving to Tech Evang. but I'm not sure if today's it's the right place. Not a bug in Firefox.
Component: Toolbars and Customization → Desktop
Product: Firefox → Tech Evangelism
Version: 53 Branch → Firefox 53
→ http --print h https://ghostlifestyle.com/static/icons/favicon-16x16.png
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 1007
Content-Type: image/png
Date: Wed, 26 Apr 2017 10:51:40 GMT
ETag: "58bdb5d0-3ef"
Last-Modified: Mon, 06 Mar 2017 19:17:36 GMT
Server: nginx/1.10.0 (Ubuntu)
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload


→ http --print h https://ghostlifestyle.com/static/img/favicon.ico
HTTP/1.1 200 OK
Accept-Ranges: bytes
Content-Length: 318
Content-Type: image/x-icon
Date: Wed, 26 Apr 2017 10:50:35 GMT
ETag: "58bdb5d6-13e"
Last-Modified: Mon, 06 Mar 2017 19:17:42 GMT
Server: nginx/1.10.0 (Ubuntu)
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Whiteboard: [http] [html] [needscontact]
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:55.0) Gecko/20100101 Firefox/55.0

I have tested this issue on Mac OS 10.12 x64 with the latest Firefox release (53.0) and the latest Nightly (55.0a1-20170425030221) and managed to reproduce it following the steps described in the description.
Status: UNCONFIRMED → NEW
Ever confirmed: true
If someone wants to contact them
support@ghostlifestyle.com
and tell them to adjust by either removing the line or giving a proper icon.

That said: Maybe there's a spinoff issue to check the logic of favicons in Gecko with regards to other browsers. 
A bit of interop testing would be good.
Whiteboard: [http] [html] [needscontact] → [http] [html] [contactready]
Priority: -- → P5
Product: Tech Evangelism → Web Compatibility

See bug 1547409. Moving webcompat whiteboard tags to keywords.

I was not able to reproduce the issue. The favicon after the page is added as a bookmark is displayed as expected:

https://prnt.sc/GJQb_v6oW9w4

Reporter, is the issue still reproducible on your side?

Tested with:

Browser / Version: Firefox Release 101.0.1 (64-bit)/ Firefox Nightly 104.0a1 (2022-06-27) (64-bit)
Operating System: Mac OSX Catalina 10.15.7

Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.