[Proton] Warning icons are not displayed in the Download Panel
Categories
(Firefox :: Downloads Panel, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox88 | --- | unaffected |
firefox89 | --- | verified |
firefox90 | --- | verified |
People
(Reporter: obotisan, Assigned: mconley)
References
(Blocks 3 open bugs)
Details
(Keywords: regression, Whiteboard: [proton-icons] [proton-uplift])
Attachments
(2 files)
11.25 KB,
image/png
|
Details | |
48 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
Note
*
Affected versions
- Firefox 89.0b7
- Firefox 90.0a1
Affected platforms
- Windows 10 x64
- Ubuntu 18.04 x64
- macOS 10.15
Steps to reproduce
- Go to http://testsafebrowsing.appspot.com/s/unknown.exe.
- Perform the download.
- Observe the download panel.
Expected result
- The warning icon is displayed in the download list.
Actual result
- The warning icon is not displayed in the download list.
Regression range
- First bad: 29.04.2021
- Last good: 28.04.2021
- Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=16a995d1204fa37fecf0a7ed702a62654ff4cdd0&tochange=39959393568ca6a8928bb1806eca667efa6d8b3a
- Potential regressor: Bug 1706777
Additional notes
- Please look at the attached image.
- This issue is reproduving for all types of warnings.
Reporter | ||
Comment 1•4 years ago
|
||
Hi Mike! It seems that the patch from bug 1706777, caused this regression. Can you please take a look?
Assignee | ||
Comment 2•4 years ago
|
||
We need to supply both the width and height on the icon to make it appear. Also, as of
bug 1706777, we don't need the margin offset to vertically center the icon.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 4•4 years ago
|
||
bugherder |
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 5•4 years ago
|
||
Comment on attachment 9220133 [details]
Bug 1709338 - Make sure to show Download Panel warning icons. r?harry!
Beta/Release Uplift Approval Request
- User impact if declined: Users that download files that are marked as unsafe by the SafeBrowsing list will appear without additional warning icons in the Download Panel
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): A CSS-only patch that operates by making sure that the icons have the appropriate height and width.
- String changes made/needed: None.
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Confirming here that we (UX and PM) want this uplifted for MR1 to Beta.
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Comment on attachment 9220133 [details]
Bug 1709338 - Make sure to show Download Panel warning icons. r?harry!
Needed for MR1, low risk approved for 89 beta 9, thanks.
Comment 8•4 years ago
|
||
bugherder uplift |
Comment 9•4 years ago
|
||
We can confirm that the issue is not reproducing anymore on latest Nightly 90.0a1, under macOS 10.15, Win 7 and Ubuntu 18.04 x64.
Updated•4 years ago
|
Comment 10•4 years ago
|
||
This is also verified as fixed on Beta 89.0b9 under macOS 10.15, Win 10 and Ubuntu 18.04 x64.
Description
•