Favicon fallback with display issues (pulling “og:image” instead of /favicon.ico)
Categories
(Fenix :: Tabs, defect, P3)
Tracking
(Not tracked)
People
(Reporter: cpeterson, Unassigned)
References
(Blocks 1 open bug)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/27347.
Steps to reproduce
- Open a site like meiert.com or frontenddogma.com, where there’s no favicon markup, but a favicon at the root of the site
- Bookmark the site, or switch to multi-tab view
Expected behaviour
Absent any markup pointing to favicons, the favicon.ico at the root should be used (as specified by the HTML standard, and as said to be fixed in #20180).
Actual behaviour
The Open Graph image is being pulled, ending up being displayed not to be recognizable at all.
(Open Graph images are usually not only not square, but of entirely different dimensions—now leading to a worse experience than pulling a usually low-res favicon.ico.)
Device name
Google Pixel 6a
Android version
Android 13
Firefox release type
Firefox
Firefox version
105.2.0
Device logs
No response
Additional information
No response
┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Reporter | ||
Comment 1•2 years ago
|
||
QA, can you reproduce this bug? The screenshot in the GitHub issue shows frontenddogma.com's tab icon is very tiny.
https://github.com/mozilla-mobile/fenix/issues/27347#issue-1402266279
Comment 2•2 years ago
|
||
Yes, it's the same for me on the latest Nightly 111.0a1 build (2023-01-31).
Device used: Google Pixel 7 (Android 13).
Updated•2 years ago
|
Reporter | ||
Updated•2 years ago
|
Comment 3•11 months ago
|
||
Confirmed this is still an issue in the Compose rewrite. Likely something with the Favicon
component and BrowserIcons
Description
•