[Webkit-unassigned] [Bug 64847] Calling initEvent after event dispatch should not reinitialize the event

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 17:54:52 PDT 2011


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


Dominic Cooney <dominicc at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID
                 CC|                            |annevankesteren+webkit at gmai
                   |                            |l.com




--- Comment #1 from Dominic Cooney <dominicc at chromium.org>  2011-07-20 17:54:52 PST ---
Per the DOM Core draft, calling initEvent after event dispatch _should_ reinitialize the event:

<http://dvcs.w3.org/hg/domcore/raw-file/tip/Overview.html#dom-event-initevent>

initEvent should only be prevented while the event is being dispatched. WebKit already does it this way.

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