Bug 10125
Summary: | SVG seems to pass wrong event.target to <svg> onload handler | ||
---|---|---|---|
Product: | WebKit | Reporter: | Eric Seidel (no email) <eric> |
Component: | SVG | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P4 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://srufaculty.sru.edu/david.dailey/svg/decahedra3.svg |
Eric Seidel (no email)
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Eric Seidel (no email)
*** This bug has been marked as a duplicate of 6010 ***