Side navigation
#8446 closed bug (patchwelcome)
Opened March 05, 2011 06:48PM UTC
Closed July 12, 2011 02:52PM UTC
Last modified March 14, 2012 12:51PM UTC
For inline SVG: selector by ID works, but selektor by CLASS not works
Reported by: | argimko@gmail.com | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | selector | Version: | 1.5.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi there! i'm not shure...
i'm using inline svg code:
<svg:svg id="circle-id" class="circle-class" width="500" height="500" style="position:absolute"> <svg:circle r="10" cx="100" cy="100"/> </svg:svg>
and jquery code is:
<script type="text/javascript"> $('.circle-class').animate({left:'100px'}); // so, it's NOT works $('#circle-id').animate({top:'100px'}); // but, it's WORK! // please, use Chrome 9.0 or later </script>
it'll be more comfortable for you (full code): http://anivers.ru/jquery/index.xhtml
Attachments (0)
Change History (3)
Changed March 05, 2011 08:14PM UTC by comment:1
component: | unfiled → selector |
---|---|
priority: | undecided → low |
status: | new → open |
Changed April 15, 2011 08:59PM UTC by comment:2
Changed July 12, 2011 02:52PM UTC by comment:3
resolution: | → patchwelcome |
---|---|
status: | open → closed |
Unfortunately we really don't have to bandwidth to tackle SVG-related issues, patches would be appreciated.
Confirmed.