[Webkit-unassigned] [Bug 8827] SVG: addEventListener <use> mouseover broken

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Wed May 10 04:31:03 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8827





------- Comment #4 from j.chetwynd at btinternet.com  2006-05-10 04:31 PDT -------
Is this a requirement of the specs?

By surrounding <use> with <g> and all this with anchors this bug disappears.

  <a xlink:href="http://www.google.com">
    <g id='symbol3'>
       <title>games</title>
       <use xlink:href="#sound" x="30%" y="15%"  width="10%" height="10%"  />
     </g>
   </a>

NOT

  <g id='symbol3'>
  <title>games</title>
    <a xlink:href="http://www.google.com">
       <use xlink:href="#sound" x="30%" y="15%"  width="10%" height="10%"  />
     </a>
   </g>


-- 
Configure bugmail: http://bugzilla.opendarwin.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