Closed
Bug 1124112
Opened 10 years ago
Closed 10 years ago
[Stingray] Seamlessly launch search app from home
Categories
(Firefox OS Graveyard :: Gaia::TV, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jj.evelyn, Assigned: lchang)
Details
(Whiteboard: [ft:conndevices] [ETA:1/23][Stingray-Branch][picked 1/26])
Attachments
(2 files)
We need some tricks on launching search application to let it look like seamlessly transited from Home app.
1. delay the time of hiding searchBar on Home (in home.js after calling MozActivity) to after getting visibility change event. (make sure it's hidden in background)
2. remove search app launching animation and switch it to foreground after mozbrowserloadend event.
| Assignee | ||
Comment 1•10 years ago
|
||
Hi John,
Could you help for reviewing it? Thanks.
Attachment #8552402 -
Flags: review?(im)
| Assignee | ||
Comment 2•10 years ago
|
||
This dummy search app could help for verifying this bug.
Comment 3•10 years ago
|
||
Hi Evelyn-san and all,
This is Iwata. I tried your patch on our system, and verified a improvement.
However still we can see start-up icon at the first time to launch search app,
and 2nd time or later, we can see a blank between Home and Search.
I'll send a video on this behavior.
| Assignee | ||
Comment 4•10 years ago
|
||
Comment on attachment 8552402 [details] [review]
Pull request to master
Hi Iwata-san,
I saw the problem and found a possible cause. I'll try fixing it tomorrow. Thanks for the help.
Attachment #8552402 -
Flags: review?(im)
| Assignee | ||
Comment 5•10 years ago
|
||
Hi Iwata-san,
I've just updated my patch. Could you please try it again? Thanks.
Flags: needinfo?(kiwata.moz)
Comment 6•10 years ago
|
||
Hi Luke-san,
Thanks for your new patch.
The new one fixes the 1st issue, however 2nd one is still remaining...
If you want to see and debug this directly, please use the lab. environment.
Regards.
Flags: needinfo?(kiwata.moz)
| Assignee | ||
Comment 7•10 years ago
|
||
Hi Iwata-san,
I've updated again! Please help verifying it. Thanks.
Flags: needinfo?(kiwata.moz)
Comment 8•10 years ago
|
||
Hi Luke-san,
Unfortunately it looks no difference with previous patch.
The gap still remains between Home and Search for the 2nd launch.
If Search app should modify something, please let me know.
Regards.
Flags: needinfo?(kiwata.moz)
Updated•10 years ago
|
Whiteboard: [ft:conndevices] [ETA:1/23] → [ft:conndevices] [ETA:1/23] [Stingray-Branch]
Updated•10 years ago
|
Whiteboard: [ft:conndevices] [ETA:1/23] [Stingray-Branch] → [ft:conndevices] [ETA:1/23]
| Assignee | ||
Comment 9•10 years ago
|
||
Hi Iwata-san,
I've uploaded the final version of this patch. Could you help me to verify it again? Thanks a lot.
Flags: needinfo?(kiwata.moz)
Comment 10•10 years ago
|
||
Hi Luke-san,
This patch works fine! Thank you for your improvement.
Flags: needinfo?(kiwata.moz)
| Assignee | ||
Comment 11•10 years ago
|
||
Comment on attachment 8552402 [details] [review]
Pull request to master
Hi John,
Per comment 10, this patch works now. Could you help to review it? Thanks.
Attachment #8552402 -
Flags: review?(im)
Comment 12•10 years ago
|
||
Comment on attachment 8552402 [details] [review]
Pull request to master
looks good to me.
Attachment #8552402 -
Flags: review?(im) → review+
| Assignee | ||
Comment 13•10 years ago
|
||
John, Thanks a lot.
gaia-try: https://treeherder.mozilla.org/ui/#/jobs?repo=gaia-try&revision=c39737acf0e0
landed on master: https://github.com/mozilla-b2g/gaia/commit/17365d407b4d74e1b3fcd85b3484516e6260f683
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [ft:conndevices] [ETA:1/23] → [ft:conndevices] [ETA:1/23][Stingray-Branch]
Whiteboard: [ft:conndevices] [ETA:1/23][Stingray-Branch] → [ft:conndevices] [ETA:1/23][Stingray-Branch][picked 1/26]
You need to log in
before you can comment on or make changes to this bug.
Description
•