Bug 4945

Summary: event init calls should not do anything if the event has already been dispatched
Product: WebKit Reporter: Darin Adler <darin>
Component: DOMAssignee: Darin Adler <darin>
Status: RESOLVED FIXED    
Severity: Minor CC: cdumez
Priority: P2    
Version: 420+   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
patch that fixes this and does other cleanup hyatt: review+

Description Darin Adler 2005-09-11 22:03:32 PDT
The DOM specification says that event init calls should not do anything if the event has already been 
dispatched.

I have a patch that addresses this on my other computer; I'll attach it to this bug ASAP.
Comment 1 Darin Adler 2005-10-09 21:36:31 PDT
Created attachment 4282 [details]
patch that fixes this and does other cleanup
Comment 2 Dave Hyatt 2005-10-09 21:45:45 PDT
Comment on attachment 4282 [details]
patch that fixes this and does other cleanup

r=me, ensure it's all non-leaky and  performant, etc. etc.
Comment 3 Lucas Forschler 2019-02-06 09:03:28 PST
Mass moving XML DOM bugs to the "DOM" Component.