#10848 (Animation toggling loses state tracking in certain atomic edge cases) - jQuery (original) (raw)
#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
| Reported by: | timmywil | Owned by: | timmywil |
|---|---|---|---|
| Priority: | blocker | Milestone: | 1.7.2 |
| Component: | effects | Version: | 1.7.1rc1 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
Attachments (0) Change History (4)
Changed November 21, 2011 08:20PM UTC by timmywil comment:1
| component: | unfiled → effects |
|---|---|
| milestone: | None → 1.7.2 |
| owner: | → timmywil |
| priority: | undecided → blocker |
| status: | new → assigned |
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: | assigned → closed |
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.