I\'m making extensive use of the HTML5 native drag & drop, and it\'s almost entirely behaving itself, with one small exception.
I\'m trying to highlight my dropzones
I tried the accepted solution here, but ended up using setTimeout to overcome the issue. I was having a ton of trouble with the page-wide container blocking the drop element if it was floated on top, and still causing the problem if it was the drop element.
other element
-
another element
If you were to just call f();
instead of window.setTimeout(f, 250);
, you'll see some nasty flickering of the element showing and hiding.
http://jsfiddle.net/guYWx/