Closed
Bug 869805
Opened 12 years ago
Closed 12 years ago
Improve orbit throbber
Categories
(Firefox for Metro Graveyard :: Theme, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: fryn, Unassigned)
References
Details
Attachments
(1 file)
5.62 KB,
patch
|
rsilveira
:
review-
|
Details | Diff | Splinter Review |
I'd like to make throbber that we landed in bug 852622 smoother and match some important details of the native throbber; for example, the leading circle should catch up with the tail circle on the second revolution.
The CSS could also use some cleanup.
http://cssload.net/ does not output valid CSS. :/
I used the following Microsoft "spinner" as a reference:
https://secure.wlxrs.com/$live.controls.images//common/spinner_grey_40_transparent.gif
Attachment #746786 -
Flags: review?(rsilveira)
Comment 1•12 years ago
|
||
Comment on attachment 746786 [details] [diff] [review]
patch
Review of attachment 746786 [details] [diff] [review]:
-----------------------------------------------------------------
The CSS looks fine but there are problems with the xul.
::: browser/metro/base/content/bindings/cssthrobber.xml
@@ +13,3 @@
> <content>
> + <html:div>
> + <html:div class="progress-ball-container"><div class="progress-ball"/></div>
You're not closing the html:divs and I don't understand why you need a wrapper around every progress-ball instead of what was there before. It doesn't seem to match your CSS even.
Attachment #746786 -
Flags: review?(rsilveira) → review-
![]() |
Reporter | |
Comment 2•12 years ago
|
||
I addressed the review comments locally, but it doesn't seem to render the throbber correctly. I wasn't able to figure out what's wrong with the code. :(
Assignee: fyan → nobody
Status: ASSIGNED → NEW
![]() |
Reporter | |
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → INCOMPLETE
Assignee | ||
Updated•11 years ago
|
OS: Windows 8 Metro → Windows 8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•