Proton new user onboarding background should fallback to solid background color when fail to load bkg image
Categories
(Firefox :: Messaging System, enhancement, P1)
Tracking
()
People
(Reporter: pdahiya, Assigned: pdahiya)
References
Details
(Whiteboard: [proton-onboarding][proton-uplift])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Noticed in Nightly , failed to load avif was causing background to not use radial gradient set below
Scope of this bug is to gracefully fallback to use gradient colors when bkg image doesn't load
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Updated•5 years ago
|
Updated•5 years ago
|
| Assignee | ||
Updated•5 years ago
|
Comment 3•5 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•5 years ago
|
||
Comment on attachment 9217306 [details]
Bug 1705506 - Add background color to handle failure to load background image
Beta/Release Uplift Approval Request
- User impact if declined: Failure to load background image will show light background making content unreadable
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1) Open about:welcome
- Right Click -> inspect -> search HTML for 'proton-bkg.webp'
- change "chrome://activity-stream/content/data/content/assets/proton-bkg.webp" URL in background-image to any test url to simulate image load failure
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Small patch changing background-color in CSS
- String changes made/needed: None
Updated•5 years ago
|
Comment 5•5 years ago
|
||
I have verified this enhancement and I can confirm that the background of the Onboarding page fallback to a dark color gradient and all the page elements are fully visible.
Verified using the latest Firefox Nightly (90.0a1 Build ID - 20210427221830) installed on Windows 10 x64, Mac 10.15.7, and Linux Mint 20 x64.
Comment 6•5 years ago
|
||
Comment on attachment 9217306 [details]
Bug 1705506 - Add background color to handle failure to load background image
Approved for 89 beta 6, thanks.
Comment 7•5 years ago
|
||
| bugherder uplift | ||
Updated•5 years ago
|
Comment 8•5 years ago
•
|
||
I have verified this enhancement and I can confirm that the background of the Onboarding page fallback to a dark color gradient and all the page elements are fully visible.
Verified using the latest Firefox Beta (89.0b7 Build ID - 20210502185943) installed on Windows 10 x64, Mac 10.15.7, and Linux Mint 20 x64.
Description
•