the default avatar on the right corner of the "about:logins" page cannot be displayed correctly
Categories
(Firefox :: about:logins, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox101 | --- | verified |
People
(Reporter: thinking962, Assigned: tgiles)
References
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.55 Safari/537.36
Steps to reproduce:
[Affected versions]:
- 94.0.2, 95.0
[Affected Platforms]:
- macOS 10.13.6
- macOS 10.15.7
[Prerequisites]:
- Have a valid FxA account with the default avatar.
[Steps to reproduce]:
- Open the Firefox browser with the profile from prerequisites.
- Navigate to "about:logins" page.
- Observe the default avatar on the right corner of the "about:logins" page.
Actual results:
There is impurity on the default avatar.
Expected results:
The default avatar is displayed correctly.
| Reporter | ||
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
This is due to the way we handle the FxA account avatar. We use background-image in a way so that if there is no loaded --avatar-url we fallback to the generic icon. However it appears we end up loading both images in this case causing the issue seen in Comment #0.
I guess we'll need to determine another way of loading the non-generic FxA avatar and the generic FxA avatar that doesn't involve using background-image. Maybe we could use --avatar-url to set the generic logo and the non-generic logo so that we don't need to have this fallback pattern in the background-image selector.
| Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
| Reporter | ||
Comment 2•3 years ago
|
||
I also check it in the dark mode. This problem also exists in that mode.
| Assignee | ||
Updated•3 years ago
|
| Assignee | ||
Comment 4•3 years ago
|
||
Comment 6•3 years ago
|
||
| bugherder | ||
Comment 7•3 years ago
|
||
I have verified that this issue is no longer reproducible using the latest Firefox Nightly 101.0a1 (Build ID - 20220501190841) on Windows 10, macOS 12.3.1 and Linux Mint 20.2. The FxA default avatar is correctly displayed on the top-right corner on the “about:logins” page.
Description
•