Webkit ondrop event while dragging
Posted
by monmonja
on Stack Overflow
See other posts from Stack Overflow
or by monmonja
Published on 2010-04-22T07:55:51Z
Indexed on
2010/04/22
9:33 UTC
Read the original article
Hit count: 210
I'm trying to drag one img and so it fires ondragenter for IE and dragover event for standard browsers, on IE and FF after the user drags it could fire ondrop event however on Webkit based (chrome and safari), i need to cancel or preventDefault() on the dragover event, doing that so will disable the dragging. Any idea on solving this? Thanks
© Stack Overflow or respective owner