Closed
Bug 1001270
Opened 11 years ago
Closed 11 years ago
E.me links always load the Marketplace homepage
Categories
(Core :: DOM: Device Interfaces, defect)
Tracking
()
RESOLVED
FIXED
2.0 S1 (9may)
People
(Reporter: krupa.mozbugs, Unassigned)
Details
Attachments
(1 file)
|
132.98 KB,
image/jpeg
|
Details |
tarako build identifier: 20140331101634
Git commit info: 2014-03-29
connectivity used: wifi
noticed on: dev
app used for test: 2048
steps to reproduce:
1. On the phone e.me, search for 2048
2. Click on the Download 2048 link
3. Click on the 'Download more apps' link
expected behavior:
#2 opens the 2048 details page
#3 opens the search results page with 2048 in the search field
observed behavior:
#2 and #3 load the marketplace homepage.
See the attached screenshot for #3
reproducible?: yes
ashes:n/a
behavior seen on regular marketplace using inari/hamachi: no
Comment 2•11 years ago
|
||
I've created a test page for Marketplace app MozActivity http://bit.ly/1ruETAO
Click the "Go" buttons.
Works on my Unagi. Doesn't on Tarako (displays black page on my device)
Assignee: ran → nobody
Comment 3•11 years ago
|
||
I will flag as 1.3T? to get on the triage radar. I'm not sure if this stuff changed/broke in 1.3T.
blocking-b2g: --- → 1.3T?
Updated•11 years ago
|
Component: General → Gaia::System::Window Mgmt
Product: Marketplace → Firefox OS
Version: 1.5 → unspecified
Comment 5•11 years ago
|
||
The fact that Marketplace app is launched means Window Manager worked correctly. At that point, Marketplace app should heard a system message and show the search page accordingly. Either the system message is not delivered or Marketplace 1.3T does not handle it correctly.
Component: Gaia::System::Window Mgmt → General
Flags: needinfo?(alive)
Comment 6•11 years ago
|
||
Per activity registration in marketplace app and comment 0:
"activities": {
"marketplace-search": {"href": "/"},
"marketplace-category": {"href": "/"},
"marketplace-app": {"href": "/"},
"marketplace-app-rating": {"href": "/"}
},
1. Marketplace is loaded correctly ('/')
2. Marketplace does not handle the activity.
So this might be a gecko issue that the activity system message is not sent correctly.
Updated•11 years ago
|
Component: General → DOM: Device Interfaces
Product: Firefox OS → Core
Version: unspecified → 28 Branch
Comment 7•11 years ago
|
||
A developer tested this with the Marketplace package we are landing today in gaia and says it works as expected. Krupa - what Marketplace build did you test this with?
Comment 8•11 years ago
|
||
The new Marketplace landed in gaia about 6 hours ago. Please test this again with the latest build.
| Reporter | ||
Comment 9•11 years ago
|
||
This worked as expected on smoketests which were run on 04/30.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
blocking-b2g: 1.3T? → ---
Updated•11 years ago
|
Target Milestone: --- → 2.0 S1 (9may)
You need to log in
before you can comment on or make changes to this bug.
Description
•