#6244 closed bug (fixed)
switchClass queues incorrectly
Reported by: | mal | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.8.7 |
Component: | ui.effects.core | Version: | 1.8.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Test Case:
http://www.jsfiddle.net/46Gxf/2/
Something is happening when switchClass is queued that prevents any subsequent switchClass in the animation queue acting correctly, instead jumping directly to the end state of the animation.
Tested in Firefox 3.6.12.
Change History (3)
comment:1 Changed 12 years ago by
Component: | ui.core → effects.core |
---|---|
Milestone: | TBD → 1.9 |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 12 years ago by
Milestone: | 1.9 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
Core: Fixed switchClass queueing issues using lazy evaluation of element's style. Fixed #6244 - switchClass queues incorrectly.