Skip to main content

Bug Tracker

Side navigation

#7314 closed bug (invalid)

Opened October 26, 2010 10:46AM UTC

Closed October 26, 2010 01:15PM UTC

Last modified March 14, 2012 12:34AM UTC

Trying to animate a VML element in IE throws error

Reported by: davidp Owned by:
Priority: low Milestone: 1.5
Component: effects Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

When trying to animate position of a vml element in IE I get "Object doesn't support this property or method" error.

http://jsfiddle.net/ChULu/2/

Tested with IE6,IE7 and IE8 with jQuery 0 Git and jQuery 1.4.3

In fx cur function:

if ( this.elem[this.prop] != null ...

crashes instead of returning undefined.

Attachments (0)
Change History (1)

Changed October 26, 2010 01:15PM UTC by rwaldron comment:1

component: unfiledeffects
priority: undecidedlow
resolution: → invalid
status: newclosed

Closing this ticket. jQuery makes no claims to being capable of animating SVG or VML. I'd like to recommend http://raphaeljs.com/ instead