instructure/ic-droppable

File Drag & Drop not working in Firefox

chrism opened this issue · 3 comments

Hi,

Thanks for the great work on these ember components!

It works perfectly for me in Chrome but I noticed that in Firefox dragging a JPG onto the dropzone in your example http://instructure.github.io/ic-droppable/index.html redirects the browser to the local file.

Any suggestions on the best way to fix this?

Thanks!

Fortunately this is not a problem with ic-droppable but the demo implementation.

It looks like Firefox 29 (this worked in Firefox 28) decided to get rid of event.dataTransfer.files. I'll have to look into this later this week. Thanks.

Thanks very much I haven't been able to find out anything more on bugzilla yet. Seems strange.