[Webkit-unassigned] [Bug 66547] dragleave event does not include relatedTarget in the event object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 9 06:01:03 PDT 2013


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


Robert Kieffer <broofa at fb.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |broofa at fb.com




--- Comment #8 from Robert Kieffer <broofa at fb.com>  2013-10-09 05:59:52 PST ---
Chrome version of this bug: https://code.google.com/p/chromium/issues/detail?id=159534
Mozilla bug where this issue was fixed in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=458613

Mozilla's support for the relatedTarget attribute solves this problem, and makes sense given how the mechanics of mouseover/mouseout events are identical to dragenter/dragleave events.  It'd be awesome if we could have consistent support for this across browsers.  This is definitely a thorn in the side of developers want to implement dropzone effects on all but the simplest DOM structures.

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