[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
Mon Feb 4 03:57:36 PST 2013


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





--- Comment #18 from noel gordon <noel.gordon at gmail.com>  2013-02-04 03:59:40 PST ---
(In reply to comment #17)

> > ondragenter should also return false.
> 
> Not in WebKit.

Really?  It's required by HTML5.  The standard _does not_ say that a dragenter event must be followed by a dragover event, but it does say that their default actions must be cancelled to permit a subsequent drop event.

So the event sequence dragenter -> {dragleave|drop} is permitted per spec, but the drop should be generated only if the default action of dragenter event was cancelled.

-- 
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