Bug 4945 - event init calls should not do anything if the event has already been dispatched
Summary: event init calls should not do anything if the event has already been dispatched
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Minor
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-11 22:03 PDT by Darin Adler
Modified: 2019-02-06 09:03 PST (History)
1 user (show)

See Also:


Attachments
patch that fixes this and does other cleanup (21.40 KB, patch)
2005-10-09 21:36 PDT, Darin Adler
hyatt: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.