Bug 10125 - SVG seems to pass wrong event.target to <svg> onload handler
Summary: SVG seems to pass wrong event.target to <svg> onload handler
Status: RESOLVED DUPLICATE of bug 6010
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P4 Normal
Assignee: Nobody
URL: http://srufaculty.sru.edu/david.daile...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 02:26 PDT by Eric Seidel (no email)
Modified: 2006-07-27 21:21 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2006-07-27 02:26:21 PDT
I believe that because of the way onload is defined for SVG:

http://www.w3.org/TR/SVG/interact.html#EventsLoad

we're supposed to be passing the actual <svg> element as the target of the onload instead of the SVGDocument.
Comment 1 Eric Seidel (no email) 2006-07-27 21:21:35 PDT

*** This bug has been marked as a duplicate of 6010 ***