[webkit-reviews] review requested: [Bug 42580] DOMFocusIn/DOMFocusOut return focusin/focusout Event.type : [Attachment 62014] patch #2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 17:07:57 PDT 2010


Nate Chapin <japhet at chromium.org> has asked  for review:
Bug 42580: DOMFocusIn/DOMFocusOut return focusin/focusout Event.type
https://bugs.webkit.org/show_bug.cgi?id=42580

Attachment 62014: patch #2
https://bugs.webkit.org/attachment.cgi?id=62014&action=review

------- Additional Comments from Nate Chapin <japhet at chromium.org>
This patch creates an entirely new Event for the aliased event and ensures that
an aliased event will be created exactly once per original event.

Note that this reverses the order of the events (aliased first, then original).
 I don't think that's an issue, but I can do some more research on the topic if
that would be helpful.


More information about the webkit-reviews mailing list