Quantumbar: Github's favicon is not the same as the one in the tab
Categories
(Firefox :: Address Bar, defect)
Tracking
()
People
(Reporter: billdillensrevenge, Unassigned)
References
Details
Attachments
(1 file)
24.60 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0
Steps to reproduce:
using Nightly 77.0a1, the favicon for github in quantumbar is different compared to the one used in the tab. (notice the github favicon in quantumbar is a black square and seems to be smaller). see attached screenshot
Comment 1•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Comment 2•5 years ago
|
||
The tab and the UI (urlbar, bookmarks views and so on) don't necessarily use the same icon, because the UI uses a cached icon, as such it may have more or less information than the tab about the origin. Additionally the cached icons don't support some subset of svg with mask-icon, that maybe it's the case here, because the page defines:
<link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
Description
•