Skip to main content

Bug Tracker

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 rwaldron comment:1

component: unfiledselector
priority: undecidedlow
status: newopen

Confirmed.

Changed April 15, 2011 08:59PM UTC by mpedrotti comment:2

You could cross-reference this to #4850 and add a link from meta-ticket #7584.

Changed July 12, 2011 02:52PM UTC by john comment:3

resolution: → patchwelcome
status: openclosed

Unfortunately we really don't have to bandwidth to tackle SVG-related issues, patches would be appreciated.

http://docs.jquery.com/Won%27t_Fix