Skip to main content

Bug Tracker

Side navigation

#10848 closed bug (fixed)

Opened November 21, 2011 08:20PM UTC

Closed January 20, 2012 07:18PM UTC

Last modified March 09, 2012 09:37PM UTC

Animation toggling loses state tracking in certain atomic edge cases

Reported by: timmywil Owned by: timmywil
Priority: blocker Milestone: 1.7.2
Component: effects Version: 1.7.1rc1
Keywords: Cc:
Blocked by: Blocking:
Description

ajpiano and I figured out that there are certain times you can click or focus/blur and a new inaccurate state seems to get applied at some point.

http://jsfiddle.net/timmywil/F5sTJ/3/

Attachments (0)
Change History (4)

Changed November 21, 2011 08:20PM UTC by timmywil comment:1

component: unfiledeffects
milestone: None1.7.2
owner: → timmywil
priority: undecidedblocker
status: newassigned

Changed December 23, 2011 03:50PM UTC by Youri comment:2

This is not event-specific, but rather an animation problem. Documentation of the .stop() method claims this issue to be fixed as of jQuery 1.7, but the fiddle clearly shows that this is not the case.

Youri

Changed January 20, 2012 07:18PM UTC by timmywil comment:3

resolution: → fixed
status: assignedclosed

When stopping a show, save showing end state instead of start state to fix animation toggling issue. Fixes #10848.

Changeset: e8673ae1aafe16a8a7f855958f545c710bf8133e

Changed January 25, 2012 03:34PM UTC by timmywil comment:4

#11222 is a duplicate of this ticket.