简体   繁体   中英

HTML5 Drag and drop not working in chrome 32

If I drag and drop a file in latest chrome stable (v32) webkitGetAsEntry returns null. ie the entry will be null in the following code:

var entry = item.webkitGetAsEntry();

However if I click and select files they come through just fine.

Q: where can I get documentation for webkitGetAsEntry

Apparently I was on the beta channel for chrome. Uninstalling and reinstalling chrome brought me back to the stable channel (v31 at the moment) which does not have this bug.

What? That trouble was in the DEV channel on november 14, and now it is on the STABLE channel?

All our drag-drop are now unusable using the plupload html5 upload module...

(edit) Chrome team is working on it... https://code.google.com/p/chromium/issues/detail?id=332579

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM