Bug 28343 - Setting attribute event listeners to the body does not set them on the window
Summary: Setting attribute event listeners to the body does not set them on the window
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-15 15:07 PDT by Sam Weinig
Modified: 2009-08-15 15:15 PDT (History)
0 users

See Also:


Attachments
Patch (20.40 KB, patch)
2009-08-15 15:09 PDT, Sam Weinig
mitz: review+
Details | Formatted Diff | Diff

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