Closed
Bug 1100329
Opened 11 years ago
Closed 11 years ago
[Ambient indicator] should follow the animation on edge gestures
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
FIXED
2.2 S1 (5dec)
People
(Reporter: apastor, Assigned: apastor)
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
|
46 bytes,
text/x-github-pull-request
|
mikehenrty
:
review+
epang
:
ui-review+
|
Details | Review |
STR
1.- Create a notification
2.- Open an app
3.- Perform an edge gesture
Expected:
The ambient indicator moves with the app screenshot
Actual
The ambient indicator remains static
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → apastor
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8525180 -
Flags: review?(mhenretty)
Comment 2•11 years ago
|
||
Comment on attachment 8525180 [details] [review]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/26282
Left some comments on github. Normally I'd just r+ this, but I think we need to fix the tests first, which could require a different approach.
In the meantime, let's get a ui-review from Eric.
Attachment #8525180 -
Flags: review?(mhenretty) → ui-review?(epang)
Comment 3•11 years ago
|
||
Comment on attachment 8525180 [details] [review]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/26282
Good catch, looks good to me r+. Thanks for working on this Alberto!
Attachment #8525180 -
Flags: ui-review?(epang) → ui-review+
Updated•11 years ago
|
Target Milestone: 2.1 S9 (21Nov) → 2.2 S1 (5dec)
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8525180 [details] [review]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/26282
Hi Michael, I fixed the performance tests. The problem wasn't about using top or translateY, but that I forgot that the ambient indicator is now relative to the utility tray, so using top on relative positioned elements was causing the reflows. I'm hiding the utility tray (which is absolute) now, so should be fine.
Could you please review again?
Attachment #8525180 -
Flags: review?(mhenretty)
Comment 5•11 years ago
|
||
Comment on attachment 8525180 [details] [review]
Link to Pull Request: https://github.com/mozilla-b2g/gaia/pull/26282
Looks good to me, and works like a charm!
Attachment #8525180 -
Flags: review?(mhenretty) → review+
| Assignee | ||
Comment 6•11 years ago
|
||
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
•