Closed
Bug 1100789
Opened 11 years ago
Closed 11 years ago
[NFC] Shrinking should not tilt while utility tray is active
Categories
(Firefox OS Graveyard :: Gaia::System, defect)
Firefox OS Graveyard
Gaia::System
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gduan, Assigned: gduan)
References
Details
Attachments
(1 file)
We should prevent shrinking while utility tray is active.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8524524 [details] [review]
PR to master
Hi Alive,
could you review it for me?
As discussed with Juwei, we would like to disable shrinking while utility tray is active and shown.
Attachment #8524524 -
Flags: review?(alive)
Comment 3•11 years ago
|
||
Comment on attachment 8524524 [details] [review]
PR to master
Use Service.query('getTopMostUI') === self instead of adding A.active && B.active && C.active .... in the module
Attachment #8524524 -
Flags: review?(alive)
| Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8524524 [details] [review]
PR to master
Thanks for advice, Service.query is much more convenient!
could you check it again? Thanks.
Attachment #8524524 -
Flags: review?(alive)
Comment 5•11 years ago
|
||
Comment on attachment 8524524 [details] [review]
PR to master
r+ with nit, thanks!
Attachment #8524524 -
Flags: review?(alive) → review+
Comment 6•11 years ago
|
||
Do we still need this?
| Assignee | ||
Comment 7•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
•