tabs.Tab.favIconUrl intermittently returns undefined even though favicon is showing in tab
Categories
(WebExtensions :: General, defect, P3)
Tracking
(Not tracked)
People
(Reporter: u462496, Unassigned)
References
Details
Attachments
(1 file)
43.07 KB,
application/x-xpinstall
|
Details |
Updated•7 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Comment 3•6 years ago
|
||
Comment 4•5 years ago
|
||
I'm a user of https://addons.mozilla.org/firefox/addon/identfavicon-quantum/ . I observed that this issue only happens on sites without <link rel="icon">.
Sites without <link rel="..."> to a favicon. The extension usually (not 100% of the time) thinks they have no favicon, and replaces with an identicon:
- https://thedailywtf.com/
- https://docs.microsoft.com/en-us/windows/win32/coreaudio/pkey-device-friendlyname
Sites with <link rel="shortcut icon"> or <link rel="icon"> and are unaffected:
Comment 5•5 years ago
|
||
The reason that identfavicon-quantum doesn't experience this problem on sites with a <link rel="icon">
is because it contains a workaround that explicitly checks for such a tag and disables itself on that page if it finds one. The underlying Firefox bug occurs regardless of whether or not the page has the tag; from bug reports and my own experiences it seems to disproportionately affect certain sites, but which sites seems to differ between users.
I can reproduce with identfavicon-quantum
on https://thedailywtf.com/.
Updated•2 years ago
|
Description
•