Closed
Bug 838175
Opened 13 years ago
Closed 12 years ago
The Downloads Indicator doesn't turn green if tabs are on bottom
Categories
(Firefox :: Downloads Panel, defect)
Tracking
()
VERIFIED
FIXED
Firefox 21
Tracking | Status | |
---|---|---|
firefox20 | --- | verified |
People
(Reporter: sbadau, Assigned: mconley)
Details
(Keywords: regression, Whiteboard: [testday-20130222])
Attachments
(1 file, 1 obsolete file)
2.07 KB,
patch
|
Gavin
:
approval-mozilla-aurora+
mconley
:
checkin+
|
Details | Diff | Splinter Review |
Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130205 Firefox/21.0
Build ID: 20130205031033
Steps to reproduce:
1. Launch Firefox
2. Go to about:config and set browser.tabs.onTop to false.
3. Perform several downloads.
Expected results:
After a download is completed the Downloads Indicator turns green.
Actual results:
The Downloads Indicator doesn't turn green.
Reporter | ||
Comment 1•12 years ago
|
||
Regression range:
Last good nightly: 2013-01-27
First bad nightly: 2013-01-28
Pushlog:
http://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=f18b12139151&tochange=80fed51ae074
Reporter | ||
Comment 2•12 years ago
|
||
The issue is reproducible also on the latest Aurora:
Mozilla/5.0 (Windows NT 6.1; rv:20.0) Gecko/20130207 Firefox/20.0
Build ID: 20130207042017
Comment 3•12 years ago
|
||
one bug in that range is bug 831639
Updated•12 years ago
|
Keywords: regression
Comment 4•12 years ago
|
||
Mike, I wonder if any of those rules may override the finished status with the inverted icon
Flags: needinfo?(mconley)
Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Marco Bonardo [:mak] from comment #4)
> Mike, I wonder if any of those rules may override the finished status with
> the inverted icon
It's possible. I'll look into this today.
Assignee: nobody → mconley
Flags: needinfo?(mconley)
Assignee | ||
Comment 6•12 years ago
|
||
(In reply to Marco Bonardo [:mak] from comment #4)
> Mike, I wonder if any of those rules may override the finished status with
> the inverted icon
That's exactly what's going on. These rules:
https://mxr.mozilla.org/mozilla-central/source/browser/themes/winstripe/downloads/downloads-aero.css#28
Are not taking into account the downloads-indicator[attention] state.
Assignee | ||
Comment 7•12 years ago
|
||
Make the inverted toolbar icon rule not apply if the downloads-indicator is in its attention state.
Assignee | ||
Comment 8•12 years ago
|
||
Comment on attachment 712443 [details] [diff] [review]
Patch v1
Easy fix - just added
#downloads-indicator:not([attention]) > #downloads-indicator-anchor >
to each rule.
Attachment #712443 -
Flags: review?(mak77)
Comment 9•12 years ago
|
||
Comment on attachment 712443 [details] [diff] [review]
Patch v1
Review of attachment 712443 [details] [diff] [review]:
-----------------------------------------------------------------
crazy stuff.
Attachment #712443 -
Flags: review?(mak77) → review+
Assignee | ||
Comment 10•12 years ago
|
||
Patch v1 wasn't applying cleanly for some reason (though I can't see why it shouldn't - nothing bitrotted it). Anyhow, applied it manually, and attaching a new patch.
Pushed to inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8c687b309a7a
Attachment #712443 -
Attachment is obsolete: true
Attachment #712945 -
Flags: checkin+
Comment 11•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Comment 12•12 years ago
|
||
Comment on attachment 712945 [details] [diff] [review]
Patch v1.1
[Approval Request Comment]
Bug caused by (feature/regressing bug #): downloads panel feature
User impact if declined: no downloads indicator glow when the button is on glass
Testing completed (on m-c, etc.): m-c
Risk to taking this patch (and alternatives if risky): limited to the feature, makes some css rules more specific
String or UUID changes made by this patch: none
Attachment #712945 -
Flags: approval-mozilla-aurora?
Reporter | ||
Comment 13•12 years ago
|
||
Mozilla/5.0 (Windows NT 6.1; rv:21.0) Gecko/20130212 Firefox/21.0
Build ID: 20130212182646
Verified as fixed on the latest hourly tinderbox mozilla central build - the Downloads Indicator turns green after downloads are completed.
Verified on Windows 7, Ubuntu 12.04 and Mac OS X 10.7.5.
Updated•12 years ago
|
Attachment #712945 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 14•12 years ago
|
||
status-firefox20:
--- → fixed
Comment 15•12 years ago
|
||
(In reply to Simona B [QA] from comment #13)
I confirm the fix is verified on FF 20.b1 and Latest Nightly (2013-02-21)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:20.0) Gecko/20100101 Firefox/20.0(20130220104816)
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:22.0) Gecko/20130221 Firefox/22.0(20130221072044)
You need to log in
before you can comment on or make changes to this bug.
Description
•