Closed (fixed)
Project:
Profile CSV
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2010 at 23:14 UTC
Updated:
3 Jun 2010 at 14:00 UTC
Safari ignores the "filename" paramater in the download because the mime type is "text/plain". If changed to "text/csv" Safari leaves it alone. (Safari is "helping." Thanks, Safari.)
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| profile_csv-download.patch | 434 bytes | john franklin |
Comments
Comment #1
kbahey commentedCan you please test if this works with Firefox and perhaps Opera as well?
We should not break backwards compatibility.
Comment #2
john franklin commentedSure can, in fact I can round out the list with Chrome and Camino. I just tested the patch on Mac OS X 10.6.3 with the following browsers:
* Opera 10.53
* Chrome 5.0.375.38 beta
* Camino 2.02
* Firefox 3.6.3
and, of course:
* Safari 4.0.5
All download the file as "userlist.csv", no .txt extra extension.
Comment #3
kbahey commentedCommitted.
Thanks.