[webkit-reviews] review granted: [Bug 102681] Event's relatedTarget re-targeting does not occur for manually fired mouse events created by event.initMouseEvent(). : [Attachment 177686] Prevetns dblclick event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 5 07:40:15 PST 2012


Dimitri Glazkov (Google) <dglazkov at chromium.org> has granted Hayato Ito
<hayato at chromium.org>'s request for review:
Bug 102681: Event's relatedTarget re-targeting does not occur for manually
fired mouse events created by event.initMouseEvent().
https://bugs.webkit.org/show_bug.cgi?id=102681

Attachment 177686: Prevetns dblclick event
https://bugs.webkit.org/attachment.cgi?id=177686&action=review

------- Additional Comments from Dimitri Glazkov (Google)
<dglazkov at chromium.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=177686&action=review


> Source/WebCore/dom/MouseEvent.cpp:212
> +PassRefPtr<MouseEventDispatchMediator>
MouseEventDispatchMediator::create(PassRefPtr<MouseEvent> mouseEvent, bool
isSyntheticMouseEvent)

Bool flag, yuck. Can you make it an enum? Also -- is there any information on
the event itself that tells us it's a synthetic event?


More information about the webkit-reviews mailing list