Bug 28343

Summary: Setting attribute event listeners to the body does not set them on the window
Product: WebKit Reporter: Sam Weinig <sam>
Component: DOMAssignee: Sam Weinig <sam>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch mitz: review+

Description Sam Weinig 2009-08-15 15:07:12 PDT
Setting an attrbute event listener to the body, eg. document.body.onload = function() {}, does not set window.onload as it should.
Comment 1 Sam Weinig 2009-08-15 15:09:33 PDT
Created attachment 34905 [details]
Patch
Comment 2 Sam Weinig 2009-08-15 15:15:00 PDT
Fixed in r47326.