Modify ↓
Ticket #7014 (closed bug: fixed)
Shorthand animation methods can only use 2 of 3 arguments: speed, easing, callback
| Reported by: | kswedberg | Owned by: | |
|---|---|---|---|
| Priority: | Milestone: | 1.4.3 | |
| Component: | effects | Version: | 1.4.2 |
| Keywords: | fx, effects, animate | Cc: | |
| Blocking: | Blocked by: |
Description (last modified by kswedberg) (diff)
Callbacks aren't fired for show(), slideUp(), fadeIn(), and so on if the user passes in a speed, easing, and callback. (Methods called with zero through two arguments are handled correctly.)
Test Case: http://jsbin.com/ihoxi4 Code: http://jsbin.com/ihoxi4/edit
I committed a fix to my fork: http://github.com/kswedberg/jquery/commit/5b489de413c8c0c38781b2d06ad6b08c4ad32c5e
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.
