Skip to main content

Search and Top Navigation

#6748 closed bug (fixed)

Opened December 14, 2010 09:43AM UTC

Closed December 14, 2010 02:02PM UTC

Last modified January 11, 2011 08:45PM UTC

animateClass broken in 1.8.7

Reported by: Corkup Owned by:
Priority: blocker Milestone: 1.8.8
Component: ui.effects.core Version: 1.8.7
Keywords: Cc:
Blocked by: Blocking:
Description

After the update to 1.8.7 the animations through toggleClass doesn't work anymore. Reverting to 1.8.6 or copying the $.effects.animateClass function from 1.8.6 and it works again.

test cases:

1.8.7 http://jsbin.com/ulexo3

1.8.6 http://jsbin.com/ulexo3/2

Attachments (0)
Change History (7)

Changed December 14, 2010 02:01PM UTC by scottgonzalez comment:1

priority: minorblocker
status: newopen

This bug only occurs when the element isn't currently being animated. For example, this works:

$( "#elem" ).delay( 500 ).addClass( "foo" );

Changed December 14, 2010 02:02PM UTC by Scott González comment:2

resolution: → fixed
status: openclosed

Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.

Changeset: 6731b0e2d60a16611c25cd248318a4076bd4494d

Changed December 16, 2010 04:48AM UTC by Scott González comment:3

Effects: Fixed queueing of class animations. Fixes #6748 - animateClass broken in 1.8.7.

Changeset: cba92afe257e51e18ca2bb2161559e8928e82fad

Changed December 16, 2010 04:49AM UTC by scottgonzalez comment:4

milestone: 1.91.8.8

Changed December 30, 2010 07:17PM UTC by scottgonzalez comment:5

#6794 is a duplicate of this ticket.

Changed January 06, 2011 01:30AM UTC by scottgonzalez comment:6

#6815 is a duplicate of this ticket.

Changed January 11, 2011 08:45PM UTC by scottgonzalez comment:7

#6833 is a duplicate of this ticket.