<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>150274</bug_id>
          
          <creation_ts>2015-10-17 02:36:30 -0700</creation_ts>
          <short_desc>SVG text&apos;s transparent box overlaps clickable shape, disabling click</short_desc>
          <delta_ts>2016-04-17 04:44:53 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>New Bugs</component>
          <version>Safari 9</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>150838</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Tobi Reif">tobi</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>graouts</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1134173</commentid>
    <comment_count>0</comment_count>
    <who name="Tobi Reif">tobi</who>
    <bug_when>2015-10-17 02:36:30 -0700</bug_when>
    <thetext>Steps to reproduce the problem:
Load http://codepen.io/TobiReif/pen/ghELn in Safari 9.
Click on the right or left circle -&gt; animation starts.
Click on the center circle -&gt; animation doesn&apos;t start.

What is the expected behavior?
Clicking on the center circle should start the animation.
(Works in FF, doesn&apos;t work in Safari &amp; Chrome.)

What went wrong?
Click on the center circle -&gt; animation doesn&apos;t start.

Also see https://code.google.com/p/chromium/issues/detail?id=424273 .</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1139091</commentid>
    <comment_count>1</comment_count>
    <who name="Antoine Quint">graouts</who>
    <bug_when>2015-11-03 14:37:31 -0800</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 150838 ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1184463</commentid>
    <comment_count>2</comment_count>
    <who name="Tobi Reif">tobi</who>
    <bug_when>2016-04-17 04:44:53 -0700</bug_when>
    <thetext>This works now in the Safari preview. I deleted the pen. In case anyone needs to test this in the future, here&apos;s the code:

&lt;svg id=&quot;svg&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot; width=&quot;100%&quot; viewBox=&quot;0 0 300 60&quot;&gt;
  &lt;rect id=&quot;rect&quot; x=&quot;10&quot; y=&quot;5&quot; width=&quot;20&quot; height=&quot;20&quot; fill=&quot;lime&quot;&gt;
    &lt;animate attributeName=&quot;x&quot; begin=&quot;circle1.click;circle2.click;circle3.click&quot; dur=&quot;0.5s&quot; from=&quot;100&quot; to=&quot;10&quot; fill=&quot;freeze&quot;/&gt;
  &lt;/rect&gt;
  &lt;circle id=&quot;circle1&quot; cx=&quot;20&quot; cy=&quot;37&quot; r=&quot;5&quot; fill=&quot;green&quot;/&gt;
  &lt;circle id=&quot;circle2&quot; cx=&quot;80&quot; cy=&quot;37&quot; r=&quot;5&quot; fill=&quot;green&quot;/&gt;
  &lt;circle id=&quot;circle3&quot; cx=&quot;120&quot; cy=&quot;37&quot; r=&quot;5&quot; fill=&quot;green&quot;/&gt;
  &lt;text y=&quot;30&quot; fill=&quot;olive&quot; font-size=&quot;10&quot;&gt;
    &lt;tspan x=&quot;40&quot; dy=&quot;1em&quot;&gt;Foo.&lt;/tspan&gt;
    &lt;tspan x=&quot;40&quot; dy=&quot;1em&quot;&gt;Foo bar baz.&lt;/tspan&gt;
  &lt;/text&gt;
&lt;/svg&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>