Closed (fixed)
Project:
HTML5 Drag & Drop File
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2014 at 08:05 UTC
Updated:
12 May 2015 at 01:03 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
rudiedirkx commentedIt should degrade gracefully. The file input should work normally. If it doesn't, can you find out why? Front end or back end?
Comment #2
edaa commentedIt's a frontend issue, below is the IE 8 screenshot, the text "DRAG ON ME" still displayed, please remove it.
Comment #3
rudiedirkx commentedThat's it?? So the file input works fine!?
Give me a patch. I don't care about IE 7, 8 and 9.
Comment #4
edaa commentedtry new patch
Comment #5
rudiedirkx commentedWhy check for
draggable? Does it still work in IE 10?Comment #6
abarpetia commentedNo, for me its not working in IE 10
Comment #7
rudiedirkx commentedI still don't care about IE < 10.
@abarpetia Does IE 10 work with the normal latest release?
I think the only thing this issue should fix is hiding the "DRAG ON ME" and border for browsers that don't understand draggable files. Like I said, it should all degrade gracefully, so no extra JS necessary.
Comment #8
rudiedirkx commentedI think this very simple check fixes it:
Comment #11
abarpetia commentedSorry for late reply. When i installed this module on my dev environment at that it was not working on IE 10 but after moving to Production environment it stated working on IE 10. Not sure what was the cause but it's working now so all good.