Closed
Bug 886939
Opened 11 years ago
Closed 11 years ago
Download arrow animation is cut off by toolbar
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
FIXED
Firefox 28
People
(Reporter: mstange, Assigned: Gijs)
References
(Blocks 1 open bug)
Details
(Whiteboard: [Australis:M9][Australis:P4])
Attachments
(1 file)
19.05 KB,
image/png
|
Details |
The download arrow animation that appears when a download completes is cut off by the edges of the toolbar.
It looks like this was caused by bug 865926, which added this rule:
toolbar[overflowable] > .customization-target {
overflow: hidden;
}
Updated•11 years ago
|
Blocks: australis-cust
Whiteboard: [Australis:M?]
Updated•11 years ago
|
Whiteboard: [Australis:M?] → [Australis:M?][Australis:P4]
Comment 1•11 years ago
|
||
In order to keep this working, we'll probably have to do the animation outside of the toolbar. I'm not sure how tricky that will be though.
Mike, you've been looking at doing overlay things with highlighting findbar results. Do you think you could use that experience to look in to this?
Flags: needinfo?(mdeboer)
Comment 2•11 years ago
|
||
Sure, but the overlays were made easy in that case, because the <browser> is inside a <stack>. But that doesn't mean a similar approach can't be done in this case without a stack.
I can put this on my list to work on.
Flags: needinfo?(mdeboer)
Updated•11 years ago
|
Flags: needinfo?(mdeboer)
Assignee | ||
Comment 3•11 years ago
|
||
The vertical crop should disappear now that the fix for bug 876871 is checked in. However, a horizontal crop will remain if the button is at either end of the toolbar until we fix this properly. Mike, did you look at this already?
Comment 4•11 years ago
|
||
no, I wasn't able to do that. Only thing I could think of while investigating this is to reparent the 'downloads-indicator-notification' vbox to outside the toolbar and correct its position before animating. But that's not trivial.
Flags: needinfo?(mdeboer)
Assignee | ||
Comment 5•11 years ago
|
||
This is fixed by bug 922847
Assignee: nobody → gijskruitbosch+bugs
Status: NEW → ASSIGNED
Whiteboard: [Australis:M?][Australis:P4] → [Australis:M9][Australis:P4][fixed-in-ux]
Assignee | ||
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [Australis:M9][Australis:P4][fixed-in-ux] → [Australis:M9][Australis:P4]
Assignee | ||
Updated•11 years ago
|
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•