There is a size inconsistency between history/bookmarked/switch to tab and suggestion results favicons
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
People
(Reporter: cfat, Assigned: adw)
References
Details
Attachments
(2 files)
|
28.98 KB,
image/jpeg
|
Details | |
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
[Affected versions]:
- Firefox Nightly 117.0a1 - Build ID: 20230730210800
- Firefox RC 116 - Build ID: 20230724170120
[Affected Platforms]:
- Windows 10 x64
- Linux Ubuntu 20.04 x64
- macOS 12.6.1
[Prerequisites]:
- Set
browser.urlbar.pocket.featureGateto “true”. - Set
browser.urlbar.bestMatch.enabledto “true”. - Set
browser.search.regionto “US”.
[Steps to reproduce]:
- Open the browser with the profile from the prerequisites.
- Type “breakfast” in the Address Bar.
- Click the “Cat Cora” Pocket suggestion.
- Open a new tab and type “breakfast” in the Address Bar.
- Observe the favicons of the results displayed in the Firefox Suggest section.
[Expected result]:
- Both Pocket favicons are the same size.
[Actual result]:
- The Pocket favicon of the “Switch to tab” result is bigger than the Pocket suggestion’s favicon.
[Notes]:
- Attached is a screenshot of the issue.
| Assignee | ||
Comment 1•2 years ago
|
||
Great catch, thanks! Looks bad. I'll bump it down to S4 since it's purely a visual problem.
| Assignee | ||
Comment 2•2 years ago
|
||
The chevron stroke inside the svg is thinner than the one in the favicon too. We should just use the favicon when showing this icon at 16px.
| Assignee | ||
Comment 3•2 years ago
|
||
Please see the bug for context. For pixel-perfect accuracy, we should just use
the favicon when showing the icon at 16px. We can continue to use the svg when
showing it at the larger best-match size.
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 5•2 years ago
|
||
Comment on attachment 9347478 [details]
Bug 1846291 - Use Pocket favicon when showing Pocket suggestions at 16px.
Beta/Release Uplift Approval Request
- User impact if declined: This is necessary for the Pocket suggestions experiment that targets 117.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Should be clear from the comments
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is purely a visual change that replaces one icon with another. The test coverage makes sure we use the appropriate icon.
- String changes made/needed:
- Is Android affected?: No
Comment 6•2 years ago
|
||
| bugherder | ||
Updated•2 years ago
|
| Reporter | ||
Comment 7•2 years ago
|
||
We verified this issue on the latest Firefox Nightly 118.0a1 (Build ID: 20230809092330) on Windows 10 x64, macOS 12.6.1, and Ubuntu 20.04 x64.
- The Pocket favicons from the Pocket suggestions and the history/bookmark/switch to tab results are looking the same when the results are triggered in the Firefox Suggest section.
Comment 8•2 years ago
|
||
Comment on attachment 9347478 [details]
Bug 1846291 - Use Pocket favicon when showing Pocket suggestions at 16px.
Approved for 117.0b6
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
| Reporter | ||
Comment 10•2 years ago
|
||
We verified this issue on the latest Firefox Beta 117.0b6 (Build ID: 20230810181819) on Windows 10 x64, macOS 12.6.1, and Ubuntu 20.04 x64.
- The Pocket favicons from the Pocket suggestions and the history/bookmark/switch to tab results are looking the same when the results are triggered in the Firefox Suggest section.
Description
•