#8446 closed bug (patchwelcome)
For inline SVG: selector by ID works, but selektor by CLASS not works
Reported by: | 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
Change History (3)
comment:1 Changed 12 years ago by
Component: | unfiled → selector |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 12 years ago by
comment:3 Changed 12 years ago by
Resolution: | → patchwelcome |
---|---|
Status: | open → closed |
Unfortunately we really don't have to bandwidth to tackle SVG-related issues, patches would be appreciated. http://docs.jquery.com/Won%27t_Fix
Note: See
TracTickets for help on using
tickets.
Confirmed.