When I drop a file to the div in the FileDropHandler demo on IE10 (win7) I'm
getting the following error:
SCRIPT65535: Unexpected call to method or property access.
filedrophandler.js, line 197 character 5
It fails in
dt.effectAllowed = 'all';
and
dt.dropEffect = 'copy';
Is it a bug in IE10 or closure library?
demo
http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/filedrophandl
er.html
Thanks
Original issue reported on code.google.com by pablo.platt@gmail.com on 14 Nov 2012 at 4:39
Original issue reported on code.google.com by
pablo.platt@gmail.com
on 14 Nov 2012 at 4:39