[Webkit-unassigned] [Bug 284692] SVGElement event handler default context does not include DOM properties
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 17 22:12:30 PST 2024
https://bugs.webkit.org/show_bug.cgi?id=284692
Karl Dubost <karlcow at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |karlcow at apple.com
--- Comment #1 from Karl Dubost <karlcow at apple.com> ---
Modifying a bit the script to just use `this.parentElement` and `parentElement` and changing the id values.
```
[Log] <div id="firstdiv">…</div> (MYgbXEr, line 39)
[Log] <div id="firstdiv">…</div> (MYgbXEr, line 40)
[Log] <svg id="svg_element">…</svg> (MYgbXEr, line 42)
[Error] ReferenceError: Can't find variable: parentElement
onclick (MYgbXEr:43)
```
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20241218/c2054612/attachment-0001.htm>
More information about the webkit-unassigned
mailing list