Closed
Bug 806930
Opened 13 years ago
Closed 12 years ago
Links to marketplace on each app on the /apps page don't work
Categories
(www.mozilla.org :: Pages & Content, defect)
www.mozilla.org
Pages & Content
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: rik, Assigned: dhorner)
References
()
Details
On this page, if I click on Solitaire (either the image or the name of the app), it won't go to the marketplace.
Comment 1•13 years ago
|
||
In a desktop browser? Apparently it's not supposed to - we're disabling these links for everyone but Firefox Aurora on Android as per the spec.
Reporter | ||
Comment 2•13 years ago
|
||
Yes, on Mac. Who whould we discussed this behaviour with? It feels really weird.
If we don't let links be links, we should disable them entirely. Right now, I'm seeing the hand cursor and the destination link on the bottom so it feels broken rather than on purpose.
Comment 3•13 years ago
|
||
(In reply to Anthony Ricaud (:rik) from comment #2)
> Yes, on Mac. Who whould we discussed this behaviour with? It feels really
> weird.
> If we don't let links be links, we should disable them entirely. Right now,
> I'm seeing the hand cursor and the destination link on the bottom so it
> feels broken rather than on purpose.
Good point. Maybe we should use spans (though they at least need a tabindex to be focus-able to expose the :hover/:focus qr-codes for keyboard-only users).
Reporter | ||
Comment 4•13 years ago
|
||
IMHO, we should just let them go to the marketplace. The marketplace has messages to explain what's happening there. They even have a link to explain how to override this.
Reporter | ||
Updated•13 years ago
|
Flags: needinfo?(dhorner)
Comment 8•12 years ago
|
||
We should just remove the preventDefault. Otherwise, we'll continue losing traffic to the Marketplace (which is kind of the point of this page).
Comment 9•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/d81e5360757b99317c1aba3beb4671765f54ade6
do not preventDefault on links to Marketplace apps (bug 806930)
https://github.com/mozilla/bedrock/commit/3078e341fe0ab2cb25831e468ffe05558ce26d90
Merge pull request #649 from cvan/preventDefault
do not preventDefault on links to Marketplace apps (bug 806930)
Reporter | ||
Comment 10•12 years ago
|
||
Looks like this has been deployed?
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(dhorner)
Resolution: --- → FIXED
Comment 11•12 years ago
|
||
This is fixed links now go to the marketplace. There are a few layout bugs on mobile but this issue is fixed
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•