rkusa / zepto-dnd

HTML5 Drag and Drop API based Draggable, Droppable and Sortable for Zepto.js (and jQuery)

Home Page:http://ma.rkusa.st/zepto-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element is moved instead of cloned in IE

jonkristian opened this issue · comments

The last issue I've been struggling with is that the element is moved instead of cloned in IE. It looks like it is a supported effectAllowed so not sure what could cause this.

http://msdn.microsoft.com/en-us/library/ie/ms533743(v=vs.85).aspx

clone: true is set on droppable inside an iframe.
It's working and looking good in chrome, ff, opera on windows/osx/linux.

Thanks!

Could you please try this fix? Thanks

This fixes the problem, thank you!

Great! Published as 1.1.2. Thanks for reporting this issue