Closed
Bug 277855
Opened 20 years ago
Closed 19 years ago
favicon not displayed in tabs if not named favicon.ico
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
RESOLVED
WORKSFORME
| Tracking | Status | |
|---|---|---|
| firefox57 | - | --- |
People
(Reporter: barnaclebarnes, Assigned: bugs)
Details
Attachments
(1 file)
|
387 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 If you have a favicon named something other than favicon.ico i.e. <LINK REL="SHORTCUT ICON" HREF="http://www.zoomslide.com/zicon.ico"> it will not display in the tabs, but will display in the address bar. Reproducible: Always Steps to Reproduce: 1.create a favicon.ico file named zicon.ico 2.create html page with this line of code: <LINK REL="SHORTCUT ICON" HREF="http://www.zoomslide.com/zicon.ico"> 3.test Expected Results: icon should be displayed in tab
Comment 1•20 years ago
|
||
Works for me in Firefox 1.0 on Windows 2000.
| Reporter | ||
Comment 2•20 years ago
|
||
More information: It seems to work if you have the site remotely i.e. http://file.html But if you link to a local file for example using file:///c:/file.html then it does not show up in the tab.
Comment 3•20 years ago
|
||
Confirming I see this on 1.0. Save the attachment and access it locally to see the problem. Mozilla/5.0 (Windows; U; Windows NT 5.0; en-CA; rv:1.7.5) Gecko/20041107 Firefox/1.0
Updated•20 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
wfm. Windows XP Mozilla/5.0 (Windows; U; Windows NT 5.1; ja-JP; rv:1.8b2) Gecko/20050316 Firefox/1.0+
(In reply to comment #2) > But if you link to a local file for example using file:///c:/file.html then it > does not show up in the tab. Related to bug 251359?
Comment 6•19 years ago
|
||
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9a1) Gecko/20050909 Firefox/1.6a1 ID:2005090916 WFM. Please reopen if you can reproduce on the latest builds.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Comment 7•7 years ago
|
||
I define my header of page to look like:
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<link rel="apple-touch-icon" sizes="57x57" href="favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon/favicon-16x16.png">
<link rel="manifest" href="favicon/manifest.json">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="favicon/ms-icon-144x144.png">
<meta name="theme-color" content="#000000">
Even when page has no favicon definition it is displayed.
Reloading the page with no cache (CTRL+SHIFT+R) do no help.
There is no any request to server which requests any of favicons. (I grep server logs)
This seems related: https://bugs.chromium.org/p/chromium/issues/detail?id=110449#c26
my FF version is 57.0.4
Show favicon.ico in developer tool-> network tab. Also cleanup favicon cache if it is requested (CTRL+SHIFT+R)
Updated•7 years ago
|
status-firefox57:
--- → ?
tracking-firefox57:
--- → ?
Comment 8•7 years ago
|
||
hm... seems I should open new bug with title: favicon always displayed
Updated•7 years ago
|
status-firefox57:
? → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•