gomita / firegestures

FireGestures, a Firefox extension.
http://www.xuldev.org/firegestures/
Other
128 stars 30 forks source link

'Save Link As...' ignores Content-Disposition and saves as wrong file name #57

Closed gomita closed 11 years ago

gomita commented 11 years ago

Step to reproduce:

  1. Open https://bugzilla.mozilla.org/show_bug.cgi?id=299372
  2. On [attachment 187911] link in the first comment, do mouse gesture 'DL' by default to save link

Expected Result: File picker will be open and the default file name is 'images-remove.diff', which is specified Content-Disposition header.

Actual Result: File picker will be open and the default file name is 'attachment.cgi'.

gomita commented 11 years ago

This is a related issue as Issue #56.