#7890 closed bug (invalid)
add class ui effects don't work with 1.4.4
Reported by: | 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
Change History (3)
comment:1 Changed 12 years ago by
Priority: | undecided → low |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:2 Changed 12 years ago by
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);};
Note: See
TracTickets for help on using
tickets.
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!