Ticket #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: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 3 years ago by scott.gonzalez
- Component changed from ui.core to effects.core
- Milestone changed from TBD to 1.9
comment:2 Changed 3 years ago by Alex Dovenmuehle
- Status changed from new to closed
- Resolution set to fixed
Core: Fixed switchClass queueing issues using lazy evaluation of element's style. Fixed #6244 - switchClass queues incorrectly.
Changeset: abfa0e1e951b74548f9441a7ba44325d8c4d55b7
Note: See
TracTickets for help on using
tickets.

