Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

In some cases favicon is not displayed in history pulldown #2747

Closed
luixxiul opened this issue Jul 28, 2016 · 2 comments
Closed

In some cases favicon is not displayed in history pulldown #2747

luixxiul opened this issue Jul 28, 2016 · 2 comments

Comments

@luixxiul
Copy link
Contributor

Describe the issue you encountered: Sometimes favicon is not displayed in history pulldown.

Expected behavior:

@bsclifton bsclifton added needs-info Another team member needs information from the PR/issue opener. polish Nice to have — usually related to front-end/visual tasks. labels Aug 11, 2016
@bsclifton
Copy link
Member

Sorry for the long turn-around here @luixxiul 😦 It looks like the space for the icon is there, but there just isn't an icon there... I might know why

If there isn't a favicon already loaded in the session (the URL to the favicon gets added to sites list via the Frame object, getting the icon property), the code will use the URL util methods to "guess" the default favicon URL. In this case, it would default to http://tokyo.cawaii.media/favicon.ico

When I visit that URL, it appears to be blank. Is this expected?

@luixxiul
Copy link
Contributor Author

They specify the favicon place with rel tags:

<link rel="shortcut icon" href="http://tokyo.cawaii.media/wp-content/themes/tokyo-cawaii-media-023/img/favicon.ico" type="image/vnd.microsoft.icon">
<link rel="icon" href="http://tokyo.cawaii.media/wp-content/themes/tokyo-cawaii-media-023/img/favicon.ico" type="image/vnd.microsoft.icon">

The solution here might be to seek link rel=icon tag and replace it with the default $ROOT/favicon.ico.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants