I'm using native HTML5 drag and drop API do drag some elements on the page. The problem i'm having is that the dragged element is rather large and it's current position obscures some of my drop targets. When i set the dragged element to display none or visibility hidden or pointer events to none, or even position absolute and left -10000px the dragend
event is immediately triggered on that element.
Is there a way to overcome it?
Did you try to create a temporary element to behave like shadow?
See at http://jsfiddle.net/89gs21jj/1/