[Webkit-unassigned] [Bug 21728] svg/custom/use-instanceRoot-as-event-target.xhtml leaks an event listener and associated elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 18 00:47:35 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=21728





------- Comment #1 from mitz at webkit.org  2008-10-18 00:47 PDT -------
Here is a reduction (bugzilla won't accept it as an attachment right now):

<svg xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" width="100px" height="100px">
  <defs>
      <rect id="target" />
  </defs>
  <use id="test" xlink:href="url(#target)"/>
    <script>
    document.getElementById("test").instanceRoot.addEventListener("mouseover",
function() {}, false);
    </script>
</svg>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list