Bug Tracker

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#10848 closed bug (fixed)

Animation toggling loses state tracking in certain atomic edge cases

Reported by: Timmy Willison Owned by: Timmy Willison
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/

Change History (4)

comment:1 Changed 12 years ago by Timmy Willison

Component: unfiledeffects
Milestone: None1.7.2
Owner: set to Timmy Willison
Priority: undecidedblocker
Status: newassigned

comment:2 Changed 12 years ago by Youri

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

comment:3 Changed 12 years ago by Timmy Willison

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

comment:4 Changed 12 years ago by Timmy Willison

#11222 is a duplicate of this ticket.

Note: See TracTickets for help on using tickets.