[Webkit-unassigned] [Bug 66547] dragleave does not include e.relatedTarget

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 20 04:26:07 PDT 2011


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





--- Comment #1 from pimvdb at live.nl  2011-08-20 04:26:07 PST ---
I did a quick research and it looks like that 'relatedTarget' is indeed not passed.

http://www.google.com/codesearch#OAMlx_jo-ck/src/third_party/WebKit/Source/WebCore/page/EventHandler.cpp&l=1725

The penultimate argument which is passed to MouseEvent::create (which corresponds to the 'relatedTarget' parameter) is '0' and is probably therefore 'null' in JavaScript.

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