Closed
Bug 906642
Opened 12 years ago
Closed 8 years ago
[Leo][Gaia] Changed progress bar image in Leo device for Browser, Gallery and Video apps
Categories
(Firefox OS Graveyard :: Gaia, enhancement)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: leo.bugzilla.gaia, Unassigned)
Details
Attachments
(2 files)
Title: Progress bar image in Leo device for Browser, Gallery and Video apps.
Description: In the apps mentioned below Progress bar GUI has been updated with an animated GIF file (progress.gif) with small CSS modification. Please find the attached GIF files.
Gallery app:
#throbber {
height: 24px;
- background-image: url(images/progress.png);
+ background-image: url(images/progress.gif);
}
Placed an progress.gif file in apps/gallery/style/images folder
Video app:
#throbber > div {
height: 2.4rem;
- background-image: url(images/progress.png);
+ background-image: url(images/progress.gif);
background-size: auto 100%;
}
Placed an progress.gif file in apps/video/style/images folder
Browser app:
No change in the code.
But placed an progress.gif file in apps/browser/style/images folder
Comment 2•12 years ago
|
||
Hi Wayne,
Would you please assign the reviewer for this bug.
Thanks..
Sireesha
Attachment #8371392 -
Flags: review-
Flags: needinfo?(wchang)
Updated•12 years ago
|
Attachment #8371392 -
Flags: review-
Comment 3•12 years ago
|
||
Hi Stephany,
Can you point the right UX to review the visual change here?
Sireesha,
Can you restore the request for review flag for code review?
Flags: needinfo?(wchang)
Flags: needinfo?(vsireesha246)
Flags: needinfo?(firefoxos-ux-bugzilla)
Comment 4•12 years ago
|
||
Flagging Peter, as this affects Media visuals, and Harly, as I believe this may affect Building Blocks (as in, be a departure from them, though I may be wrong). Harly, if this is not appropriate or necessary, please feel free to just remove your ni?. Thanks!
Flags: needinfo?(pla)
Flags: needinfo?(hhsu)
Flags: needinfo?(firefoxos-ux-bugzilla)
Updated•12 years ago
|
Attachment #8371392 -
Flags: review?(wchang)
Flags: needinfo?(vsireesha246)
Comment 5•12 years ago
|
||
Comment on attachment 8371392 [details]
Pointer to Pull Request.html
Hi Dominic,
As discussed please help to review and provide some feedback here, thanks!
Attachment #8371392 -
Flags: review?(wchang) → review?(dkuo)
Comment 6•12 years ago
|
||
Comment on attachment 8371392 [details]
Pointer to Pull Request.html
Sireesha, I think there are existing issues about the progress bar among gallery, video and browser apps. Before we fix this bug, we should let all the apps to use the same progress bar styles, after that, all the apps can use the same progress.gif from the shared folder, and if we want to change the style of the progress bar in the future, we can just change the progress.gif, instead of modifying all the apps that use the progress bar.
And let' also wait for Peter and Harly's feedback before a second review because this is about the visual changes, after they provide the information/images, we can address the issues with the latest resources, thanks.
Attachment #8371392 -
Flags: review?(dkuo)
Comment 7•12 years ago
|
||
I totally agree with Dominic that the progress bar should be treated as an OS-wide/Building Block topic. If Peter is OK with the visual, then we can start to implement this into Building Blocks.
Flags: needinfo?(hhsu)
Hi,
Who designed this? I've never seen this before.
This is something that has to be reviewed by our team while it's being designed, not after it's implemented. If this is something that has gone through Visual Design and I was just not aware of it, that's fine, but if it didn't go through visual design until now... that's an issue.
I'm not ok with this design, it needs to be looked at by someone on our team.
Flags: needinfo?(padamczyk)
Comment 9•12 years ago
|
||
I recall Chris Lee saying something that LG designed their own for their own builds. But clearly this has gotten into master, we should use are established progress bar instead system wide.
Flags: needinfo?(padamczyk)
Comment 10•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•