Skip to main content

Bug Tracker

Side navigation

#7890 closed bug (invalid)

Opened January 03, 2011 08:00PM UTC

Closed January 03, 2011 10:11PM UTC

Last modified January 06, 2011 12:21AM UTC

add class ui effects don't work with 1.4.4

Reported by: cypr.vb@gmail.com Owned by:
Priority: low Milestone: 1.6
Component: unfiled Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

Add class ui effects don't work with 1.4.4. They don't work on the website examples either: http://jqueryui.com/demos/addClass/default.html

Attachments (0)
Change History (3)

Changed January 03, 2011 10:11PM UTC by addyosmani comment:1

priority: undecidedlow
resolution: → invalid
status: newclosed

Thank you for submitting a ticket to the jQuery Bug Tracker!

It would appear that using jQuery 1.4.4 and jQuery UI 1.8.5 on jsFiddle.net Live Test Case works fine, however when using 1.8.7 here it breaks.

Please note that although this is the case, the tracker you submitted your bug on is for core bugs only and you will need to re-submit your ticket to the jQuery UI Bug Tracker for further assistance as they handle all UI-related tickets. Thanks!

Changed January 03, 2011 10:29PM UTC by ajpiano comment:2

This is fixed in the latest revisions of jQuery UI.

You can fix this for UI 1.8.7 with the following one-line fix.

var e=$.effects,a=e.animateClass;e.animateClass=function(){this.delay(0);return a.apply(this,arguments);};

Changed January 06, 2011 12:21AM UTC by ajpiano comment:3

#7905 is a duplicate of this ticket.