Closed
Bug 1047988
Opened 11 years ago
Closed 11 years ago
Transition between the minimized and maximized statusbar states
Categories
(Firefox OS Graveyard :: Gaia::System::Browser Chrome, defect)
Firefox OS Graveyard
Gaia::System::Browser Chrome
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: vingtetun, Assigned: vingtetun)
References
Details
Attachments
(1 file, 1 obsolete file)
5.09 KB,
patch
|
kgrandon
:
review+
|
Details | Diff | Splinter Review |
I don't particularly like the animation, but it seems to be what UX wanted in https://bug1042105.bugzilla.mozilla.org/attachment.cgi?id=8465121
In the worst case it can be tweak pretty easily.
Assignee | ||
Comment 1•11 years ago
|
||
This patch is on top of bug 1047829 fwiw.
Attachment #8466771 -
Flags: review?(kgrandon)
Comment 2•11 years ago
|
||
Comment on attachment 8466771 [details] [diff] [review]
transition.statusbar.states.patch
Review of attachment 8466771 [details] [diff] [review]:
-----------------------------------------------------------------
Like you said, I'm also not really a fan of this transition. I find the transition of the statusbar icons too quick, and it's extremely jarring to browse websites when it flashes.
Do we need to land this immediately, or can we wait for later in the release cycle?
Also would like to get Francis/Eric to review the UX - because I think it's really jarring. Maybe after playing with the patch they will agree.
Attachment #8466771 -
Flags: ui-review?(fdjabri)
Attachment #8466771 -
Flags: ui-review?(epang)
Attachment #8466771 -
Flags: review?(kgrandon)
Assignee | ||
Comment 4•11 years ago
|
||
Let's get rid of the transition.
Attachment #8466771 -
Attachment is obsolete: true
Attachment #8466771 -
Flags: ui-review?(fdjabri)
Attachment #8466771 -
Flags: ui-review?(epang)
Attachment #8467152 -
Flags: review?(kgrandon)
Comment 5•11 years ago
|
||
Comment on attachment 8467152 [details] [diff] [review]
bug1047988.patch
Review of attachment 8467152 [details] [diff] [review]:
-----------------------------------------------------------------
Sounds good to me, thanks!
Attachment #8467152 -
Flags: review?(kgrandon) → review+
Comment 6•11 years ago
|
||
For memory, the ID for the max and min status bars from bug 1042105 are #statusbar-maximised and #statusbar-minimised, so the selectors from this patch (app_titlebar.css from line 23) should look like this:
.appWindow .titlebar .titlebar-maximized {
background-image: -moz-element(#statusbar-maximised);
}
.appWindow .titlebar .titlebar-minimized {
background-image: -moz-element(#statusbar-minimised);
}
Assignee | ||
Comment 7•11 years ago
|
||
Assignee: nobody → 21
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•