Bug 63905

Summary: Events do not work on created documents
Product: WebKit Reporter: David Rivron <david.rivron>
Component: UI EventsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: ap, david.rivron
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Test case none

Description David Rivron 2011-07-04 07:07:06 PDT
Created attachment 99626 [details]
Test case

Documents created by document.implementation.createDocument or XMLHttpRequest do not handle events.

Expected result of the test case (in the console):
true
foo
DOMNodeRemoved

Actual result:
true
Comment 1 Alexey Proskuryakov 2011-07-05 00:12:31 PDT

*** This bug has been marked as a duplicate of bug 26147 ***
Comment 2 Alexey Proskuryakov 2011-07-05 00:13:42 PDT
Note that DOMNodeRemoved wouldn't fire in a normal document either - see e.g. bug 55666.