Closed
Bug 931931
Opened 12 years ago
Closed 12 years ago
Marketplace web activity to open search page by query doesn't work
Categories
(Marketplace Graveyard :: API, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: ranbena, Assigned: cvan)
Details
STR:
1. Open browser with http://jsbin.com/enuroJa/1/
var activity = new MozActivity({
name: 'marketplace-search',
data: {query: 'social'}
});
Expected:
Redirects to Marketplace app with 'social' search results
Actual:
Stays in browser
Tested on Unagi with latest Gaia master.
http://jsbin.com/EhEGEpe/2 works fine
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → cvan
| Assignee | ||
Comment 1•12 years ago
|
||
Works for me just fine:
1) Load http://jsbin.com/enuroJa/1/
2) Marketplace opens with "social" search results. See screenshot: http://f.cl.ly/items/042H3E2f1h3c0i432O0J/Screen%20Shot%202013-10-28%20at%2011.22.09%20AM.png
And you can confirm that the manifest_url webactivities does work though? Are there any other steps to reproduce? Any console errors if you adb logcat?
| Reporter | ||
Comment 2•12 years ago
|
||
All works well on Nightly build.
Doesn't when I "make reset-gaia" the latest gaia master though. I'll contact you privately about it. Sorry!
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•12 years ago
|
Resolution: FIXED → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•