Valums-File-Uploader/file-uploader

Drag and Drop Broken: Uncaught TypeError: Object [object Object] has no method '_isValidFileDrag'

Opened this issue · 7 comments

Drag and drop is no longer working, including in the supplied demo. Console is returning:

Uncaught TypeError: Object [object Object] has no method '_isValidFileDrag' (fileuploader.js:670)

Using Chrome Version 23.0.1271.97

Screen Shot 2012-12-12 at 11 54 57 AM

I've exactly same issue on all browsers. What's wrong?

Auxo commented

I am seeing the same thing, on the same demo.htm

If you look at the offending line, there's a comment: "now causing error. Need it be here?"

The answer is: no :)

Just comment the line out and it will work again.

Commented out that line to make it work. Weird comment though.