Opened 15 years ago

Closed 15 years ago

#4266 closed bug (fixed)

[Drupal] favicon and Firefox

Reported by: diver Owned by: haiku-web
Priority: normal Milestone: R1
Component: Website/CMS Version: R1/pre-alpha1
Keywords: Cc: umccullough
Blocked By: Blocking:
Platform: All

Description

Something is wrong with http://www.haiku-os.org/favicon.ico
If you try to open it in Firefox (BeZillaBrowser) it will ask you to save it instead of opeinng it in browser as any other image.
This leads to the fact, that that if www.haiku-os.org is set as BeZillaBrowser bookmark it will not have an icon.

Attachments (1)

missing_favicon_from_bookmark_panel.png (53.9 KB ) - added by diver 15 years ago.

Download all attachments as: .zip

Change History (23)

comment:1 by jonas.kirilla, 15 years ago

The data is fine, but it seems like the server thinks it's text/plain.

/boot/home> wget -v http://www.haiku-os.org/favicon.ico
 ...
Length: 1,150 [text/plain]

comment:2 by umccullough, 15 years ago

Cc: umccullough added

Looks like this is not an uncommon issue. Checking a few other websites I found some that seem to have the same problem.

I'll take a look at it later on when I get a chance to ssh into the server.

comment:3 by koki, 15 years ago

Added the image/x-icon MIME type to .htaccess, and the problem you reported seems to be fixed now.

Please retest (you may want to clear you cache, just in case).

in reply to:  3 ; comment:4 by leavengood, 15 years ago

Replying to koki:

Added the image/x-icon MIME type to .htaccess, and the problem you reported seems to be fixed now.

Actually it should be image/vnd.microsoft.icon according to this:

http://en.wikipedia.org/wiki/Favicon

Though if image/x-icon works everywhere...

comment:5 by diver, 15 years ago

Firefox 3.5.2 on linux refused to open http://www.haiku-os.org/favicon.ico until I've cleaned my cache.
However BezillaBrowser still doesn't show favicon.

in reply to:  5 comment:6 by koki, 15 years ago

Replying to diver:

However BezillaBrowser still doesn't show favicon.

Added the image/vnd.microsoft.icon MIME type as Ryan suggested. Can you please check again? Thanks!

comment:7 by diver, 15 years ago

Sorry, it still doesn't work.

comment:8 by koki, 15 years ago

I don't know what else it could be, but let me make two points:

1) The website theme favicon is not located in the root directory (it's in the theme folder).

2) BezillaBrowser does not seem to have any file types configured, so it may be a client-side (rather than a server-side) problem. You may want to try checking with the Bezilla guys.

comment:9 by diver, 15 years ago

Just to be clear, BeZillaBrowser don't ask me to save favicon anymore and open it correctly after your .htaccess trick, but still doesn't show favicon in bookmark panel.

in reply to:  9 ; comment:11 by kwurzel, 15 years ago

Replying to diver:

Just to be clear, BeZillaBrowser don't ask me to save favicon anymore and open it correctly after your .htaccess trick, but still doesn't show favicon in bookmark panel.

Not updating the favicon is a common problem with Firefox. Please try if removing the bookmark and "re-bookmarking" the page does work (please clear your cache after removing, just to be clear).

Thank you!

in reply to:  4 ; comment:12 by axeld, 15 years ago

Replying to leavengood:

Actually it should be image/vnd.microsoft.icon according to this:

http://en.wikipedia.org/wiki/Favicon

Though if image/x-icon works everywhere...

Just for the record: our ICO translator is using x-icon, only, IIRC. I did not heard about the other form before either.

in reply to:  12 comment:13 by leavengood, 15 years ago

Replying to axeld:

Just for the record: our ICO translator is using x-icon, only, IIRC. I did not heard about the other form before either.

The other form does seem to be the "official" one:

http://www.iana.org/assignments/media-types/image/vnd.microsoft.icon

So we should at least add that MIME type to our database and the ICO translator. Leaving x-icon too of course.

comment:14 by axeld, 15 years ago

Looks like I already did so in hrev17465 - I'm getting senile :-)

in reply to:  11 comment:15 by diver, 15 years ago

Replying to kwurzel:

Not updating the favicon is a common problem with Firefox. Please try if removing the bookmark and "re-bookmarking" the page does work (please clear your cache after removing, just to be clear).

Sure, I've cleaned my cache and "re-bookmarked" it several times, nothing helps.

comment:16 by umccullough, 15 years ago

Even if this only happens with haiku-os.org, it really does sound like a BeZillaBrowser issue. Perhaps you should file a ticket over at HaikuPorts?

Once the exact problem is identified by the BeZillaBrowser devs, then we can decide what to fix on our website?

comment:17 by diver, 15 years ago

Maybe someone could confirm this issue then? I don't have a login at HaikuPorts and don't see register link enywhere, so I can't create a ticket there.

in reply to:  17 ; comment:18 by koki, 15 years ago

Replying to diver:

Maybe someone could confirm this issue then?

I can confirm that BezillaBrowser indeed does not show the favicon in the bookmarks toolbar, but the problem does not seem to be limited to our website. In fact, I tried with several other sites (cnn.com, osnews.com, asahi.com, etc.), and BezillaBrowser failed in everyone of them. Looks like a bug report with the Bezilla folks is in order. :)

With regards to Haiku not being able to open the .ico file, hopefully Axel will take of that some day. :) (/me wonders if a separate bug report is needed for that).

in reply to:  18 comment:19 by leavengood, 15 years ago

Replying to koki:

With regards to Haiku not being able to open the .ico file, hopefully Axel will take of that some day. :) (/me wonders if a separate bug report is needed for that).

I don't see any problems like that reported in the above discussion.

I checked the code and we are using the image/vnd.microsoft.icon MIME type at least.

comment:20 by diver, 15 years ago

I've tested it in Windows XP with Firefox 2.0.2.0 and it suffers from the same problem. Firefox 3.0.10 don't show this problem.

comment:21 by diver, 15 years ago

Feel free to close this ticket now.

comment:22 by nielx, 15 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.