diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

FileDropHandler error on IE10 #513

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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