[Webkit-unassigned] [Bug 25690] Drop event is never fired when dragover's target element is removed even if the event was canceled by its ancestor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 22:56:28 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=25690





--- Comment #16 from noel gordon <noel.gordon at gmail.com>  2013-02-03 22:58:32 PST ---
(In reply to comment #14)
> 
> Thanks for the clarification.

Thanks for the reduction.  Minor nit.

  <div ondragover="event.dataTransfer.dropEvent='copy';return false"
          ondrop="alert('PASS');" ondragenter="this.innerHTML+='|';">

ondragenter should also return false.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list