Closed
Bug 439125
Opened 17 years ago
Closed 16 years ago
Thunderbird installation instructions should ask for left-click only
Categories
(addons.mozilla.org Graveyard :: Public Pages, defect)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
VERIFIED
FIXED
5.0.6
People
(Reporter: dmosedale, Unassigned)
References
Details
On AMO, the first step in getting and installing an extension is:
1. Right-click the link below and choose "Save Link As..." to download and save the file to your hard disk.
If AMO could notice the case where the User-Agent doing the downloading is different than the app for which the extension is being downloaded, it could send Content-Disposition: attachment with the XPI. This would force the browser to always save on click, and no context-menu goofiness with explicit instructions would be required.
Comment 1•17 years ago
|
||
We did this in another bug but ultimately had issues with setting this header -- wenzel you worked on it, do you have more info?
Comment 2•17 years ago
|
||
Now I may be mistaken, but I think this *is* how it works. Click it, and then you'll get the right content-disposition header and you can download the file.
What we needed to do for this was serve all non-browser add-ons off the app cluster, because the mirror network won't let us send different headers. Now that we do that, non-browser add-ons are downloaded rather than tried to install.
Of course, some explanation is still needed, so people know how to actually install an add-on.
Reporter | ||
Comment 3•17 years ago
|
||
Sure enough. Looks like the only thing that needs fixing is point 1 of the instruction verbiage. Maybe something like:
1. Save the file to your hard disk by clicking the Download Now button below.
Comment 4•17 years ago
|
||
I concur. There's no use asking people to right-click if a single click will suffice as well.
Updated•17 years ago
|
Summary: easy (?) UE win for Tb & Sunbird extensions: use Content-Disposition: attachment → Thunderbird installation instructions should ask for left-click only
Comment 6•16 years ago
|
||
This has been fixed in the AMO 5.0.6 redesign.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → 5.0.6
Comment 7•16 years ago
|
||
Verified FIXED on https://addons.mozilla.org/en-US/thunderbird/.
Status: RESOLVED → VERIFIED
Assignee | ||
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•