" are comments from us and won't be
visible in your bug report, so please don't put any text in them.
-->
Bug description:
Dragging attachements to gmail compose window doesn't work anymore since I upgraded to 5.5.0. The only way I can add attachments now is by clicking the 'attach' icon and navigate to the file(s) I want to attach
Steps to reproduce:
Expected behavior
In previous version, you could drag and drop attachments in mails from finder / desktop without using the 'attach' icon.
Environment:
I confirm this bug presence also in windows.
Video:
https://imgur.com/DDJtxII
Log info here
I think this is caused by using the Firefox user agent as set here: https://github.com/getferdi/ferdi/issues/264#issuecomment-567138371
I can get drag and drop to work when I remove the override in ~/Library/Application Support/FerdiDev/recipes/gmail/index.js:
var os = require('os')
module.exports = Franz =>
class Gmail extends Franz {
};
I can confirm that removing the override restores normal drag and drop behavior, it also prevents clicking on links in Gmail from trigering the 'Grrr, seems a pop-up blocker prevents...' message and allows clicking the links to open them instead of having to right-click (see #321)
This issue has been automatically marked as stale because it has not had recent activity. Please check if this issue is still relevant and please close it if it's not. This will make sure that our open issues are actually of use and reduce the list of obsolete issues. Thank you for your contributions.
This issue is still present on Ferdi 5.5.0.2116 on Mac.
Also present on Ferdi 5.5.0 (x64) on Linux
Most helpful comment
I think this is caused by using the Firefox user agent as set here: https://github.com/getferdi/ferdi/issues/264#issuecomment-567138371
I can get drag and drop to work when I remove the override in
~/Library/Application Support/FerdiDev/recipes/gmail/index.js: