Closed
Bug 953048
Opened 11 years ago
Closed 11 years ago
Browse the Firefox Marketplace in about:apps links to about:blank
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(fennec29+)
VERIFIED
FIXED
Firefox 29
Tracking | Status | |
---|---|---|
fennec | 29+ | --- |
People
(Reporter: ioana.chiorean, Assigned: myk)
References
Details
(Keywords: regression)
Attachments
(1 file)
866 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Firefox Nightly 29.0a1 (2013-12-23)
Galaxy Tab (Android 4.0.4)
Galaxy Nexus (android 4.3)
Steps to reproduce:
1. Go to Settings -> Tools and choose Apps
2. Tap the Browse the Firefox Marketplace
Expected results:
- http://marketplace.firefox.com/ should be loaded
Actual result:
- about: blank page is loaded
Updated•11 years ago
|
tracking-fennec: --- → ?
Flags: needinfo?(ioana.chiorean)
Keywords: regression,
regressionwindow-wanted
Reporter | ||
Comment 1•11 years ago
|
||
Good build: 1387413905 http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/1387413905/
Bad build: 1387420142 http://ftp.mozilla.org/pub/mozilla.org/mobile/tinderbox-builds/mozilla-inbound-android/1387420142/
Pushlog: http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=86eb809847a3&tochange=f6588099c40b
Maybe 337c0ae0b790 Frederik Braun — Bug 948894 - Move inline scripts for about:apps into AboutApps.js. r=mleibovic is the cause.
Flags: needinfo?(ioana.chiorean)
Keywords: regressionwindow-wanted
Comment 2•11 years ago
|
||
Re: bug 948894? Can you guys reproduce this? Is this related to that bug?
Flags: needinfo?(margaret.leibovic)
Flags: needinfo?(fbraun)
Comment 3•11 years ago
|
||
Sounds like Myk has a fix in bug 953328
Assignee | ||
Comment 4•11 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #2)
> Re: bug 948894? Can you guys reproduce this? Is this related to that bug?
I can reproduce it. And it is indeed caused by that bug. I'll isolate the fix in bug 953328 and attach it here.
Assignee: nobody → myk
Blocks: 948894
Status: NEW → ASSIGNED
Flags: needinfo?(margaret.leibovic)
Flags: needinfo?(fbraun)
Assignee | ||
Comment 5•11 years ago
|
||
The regressing bug refactors both of the Marketplace affordances (the header button and the list item) to use the same openLink event handler, which accesses the app.marketplaceURL pref via the Event.target property.
But the list item has inner content, and Event.target references that inner content when you tap the list item's label, so openLink can't get the URL to open.
This patch makes openLink use Event.currentTarget to reference the correct element for both the header button (where it references the same element as Event.target) and the list item.
Attachment #8354921 -
Flags: review?(mark.finkle)
Comment 6•11 years ago
|
||
Comment on attachment 8354921 [details] [diff] [review]
953048v1.diff
Thanks Myk
Attachment #8354921 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 7•11 years ago
|
||
Flags: in-testsuite-
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 29
Updated•11 years ago
|
tracking-fennec: ? → 29+
Reporter | ||
Comment 9•11 years ago
|
||
Firefox Nightly 29.0a1 (2013-12-23)
Galaxy Nexus (android 4.3)
Using the reported steps this is no longer reproducing. The marketplace page loads correctly.
Setting bug to Verified Fixed,
Status: RESOLVED → VERIFIED
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•