Closed
Bug 795806
Opened 13 years ago
Closed 13 years ago
Determine necessity of downloads-indicator:not([counter])[attention] and either update/remove the CSS
Categories
(Firefox :: Downloads Panel, defect)
Firefox
Downloads Panel
Tracking
()
RESOLVED
INVALID
People
(Reporter: jaws, Unassigned)
Details
Bug 758515 fixed the download indicator graphic so it wouldn't be clipped, however there is also the following rule that might need to be tweaked:
> #downloads-indicator:not([counter])[attention] > #downloads-indicator-anchor > #downloads-indicator-progress-area > #downloads-indicator-counter
Although I and Frank (:fryn) are unsure how this rule gets applied. This bug is to investigate this rules necessity and potentially update the CSS so it does not produce a clipped image.
https://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/downloads/downloads.css#213
| Reporter | ||
Updated•13 years ago
|
Summary: Update the CSS for → Determine necessity of downloads-indicator:not([counter])[attention] and either update/remove the CSS
| Reporter | ||
Updated•13 years ago
|
Blocks: DownloadsPanel
Comment 1•13 years ago
|
||
I just had a mini-eureka moment in which I realized that:
1. #downloads-indicator:not([counter]) is in effect when a download is paused
2. [attention] is in effect when a download completes
Therefore, this rule is in effect at least when there is a paused download and another download completes!
That means that we should simply make sure to address this while fixing bug 758515, so I'm closing this as invalid.
Thanks again for filing this followup upon my request, Jared. :)
No longer blocks: DownloadsPanel
Status: NEW → RESOLVED
Closed: 13 years ago
No longer depends on: 758515
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•