Closed
Bug 1019613
Opened 12 years ago
Closed 12 years ago
First tap in the Marketplace page will open the same page in a new tab
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox30 affected, firefox31 affected, firefox32 affected, firefox33 verified, fennec30+)
RESOLVED
FIXED
Firefox 33
People
(Reporter: csuciu, Assigned: wesj)
References
Details
Attachments
(1 file)
|
810 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Logging a separate bug for the issue reported in https://bugzilla.mozilla.org/show_bug.cgi?id=985867#c25.
Steps:
1. Open marketplace.firefox.com via Menu > Tools > Apps
2. Tap anywhere on the page
Results: marketplace.firefox.com is open in a new tab.
Note: This only happens at first tap on the page
Comment 1•12 years ago
|
||
It looks like we need to add the same hack for about:apps that we landed for about:addons.
Are other pages affected, like about:downloads? I guess that doesn't have a link to a different webpage in the same way about:addons and about:apps do.
Flags: needinfo?(wjohnston)
Updated•12 years ago
|
tracking-fennec: --- → ?
Comment 2•12 years ago
|
||
We should probably address the core issue. What bug is that?
Comment 3•12 years ago
|
||
(In reply to Aaron Train [:aaronmt] from comment #2)
> We should probably address the core issue. What bug is that?
An attempt for a real fix was made in bug 985867, but that got backed out. I think we should think about landing a similar hack for about:apps, then file a follow-up bug for a real fix, since I don't see a bug filed about that right now.
Updated•12 years ago
|
Assignee: nobody → wjohnston
tracking-fennec: ? → 30+
| Assignee | ||
Comment 4•12 years ago
|
||
Here's the same hack fix we used for addons. I'll file a separate bug to fix this correctly.
Attachment #8435111 -
Flags: review?(mark.finkle)
Flags: needinfo?(wjohnston)
Comment 6•12 years ago
|
||
Comment on attachment 8435111 [details] [diff] [review]
Hack patch
> #ifndef MOZ_ANDROID_SYNTHAPKS
> ContextMenus.init();
> #endif
>+
>+
>+ // XXX - Hack to fix bug 985867 for now
>+ document.addEventListener("touchstart", function() { });
One blank line is enough
Attachment #8435111 -
Flags: review?(mark.finkle) → review+
| Assignee | ||
Comment 7•12 years ago
|
||
Landed an empty patch on accident:
https://hg.mozilla.org/integration/fx-team/rev/33eac5a39078
https://hg.mozilla.org/integration/fx-team/rev/ebbdf5f1a4a0
https://hg.mozilla.org/mozilla-central/rev/33eac5a39078
https://hg.mozilla.org/mozilla-central/rev/ebbdf5f1a4a0
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 33
| Reporter | ||
Updated•12 years ago
|
status-firefox33:
--- → fixed
| Reporter | ||
Comment 9•12 years ago
|
||
Verified fixed on Nightly 33.0a1 (2014-06-18)
Updated•5 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
•