Changes between Version 1 and Version 2 of Ticket #11526, comment 3
- Timestamp:
- Feb 3, 2014, 1:14:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11526, comment 3
v1 v2 311 311 2 file in `files` array. 312 312 313 On IE we need to cancel `dragover` event to handle files dropping. Otherwise page would be reloaded instead of calling drop event. 314 313 315 '''IE8''': Drop event, but IE8 does not support file upload so `getData("Text")` return null and there are no files array. 314 316