Bug #1127
closedSite icons in tabs don't update when backtracked
0%
Description
To Reproduce:¶
1. Open github.com. Icon will be of github's.
2. Then open gitlab.com in the same tab. Icon will be of gitlab's.
3. Now go back to github in the history. The icon doesn't update.
Updated by Soren Stoutner 12 months ago
- Priority changed from Critical Bug to Next Release
It looks like the favorite icon is sometimes not updated when navigating history. This is probably a duplicate of Bug #747: Website favorite icons aren't updated when navigating history, although the various reasons why a favorite icon might not be displayed probably have disparate root causes.
By the way, the critical bug designation is reserved for security bugs and crashes.
Updated by Soren Stoutner 12 months ago
There is no connection between favorite icons and bookmarks.
Website icons are called favorite icons (or favicons) in the HTML spec.
https://www.w3schools.com/html/html_favicon.asp
Some browsers call bookmarks "favorites", but Privacy Browser never does that.
Updated by Soren Stoutner 12 months ago
- Status changed from New to Closed
I am going to close this bug as it was likely fixed by Bug #747: Website favorite icons aren't updated when navigating history.