Skip to content
This repository has been archived by the owner on Sep 13, 2020. It is now read-only.

Fix status icons paths #35

Closed
wants to merge 1 commit into from
Closed

Conversation

lukehedger
Copy link

Due to an extra / in the icon asset path, icons other than the default "idle" icon (which is defined separately in the manifest) do not render in Firefox. Chrome works OK - I think this is because Chrome strips out the extra /, whereas Firefox does not.

screenshot 2018-11-05 at 14 59 15

Here is a log of the generated asset paths for the "saved" status icon:

screenshot 2018-11-05 at 14 52 58

This PR removes the extra / in the string replacement operation, which renders the "saved" icon correctly when a URL is bookmarked:

screenshot 2018-11-05 at 14 58 41

And here is the same log with the correct paths:

screenshot 2018-11-05 at 14 57 57

Fixes #31

@lukehedger
Copy link
Author

@exentrich Would be good to get this merged. Are you still maintaining the project or would you consider opening up the maintainers list?

@icidasset
Copy link

@exentrich I would like to see this fixed as well. Let us know if more work needs to be done for this (eg. changing the version number). Thanks ☺️

@exentrich
Copy link
Member

Sorry for late answer!
This issue is fixed in different way. Now we do not use different icons, but "badge" instead.

@exentrich exentrich closed this Aug 26, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Firefox] Blank icon after adding a bookmark
3 participants