Skip to main content

Bug Tracker

Side navigation

#7014 closed bug (fixed)

Opened September 08, 2010 08:34PM UTC

Closed September 22, 2010 03:31PM UTC

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:
Blocked by: Blocking:
Description

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

Attachments (0)
Change History (2)

Changed September 08, 2010 08:37PM UTC by kswedberg comment:1

description: 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/b7f664c15f75270faaf636f7ce1dda812d64e2ef \ 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 \

Changed September 22, 2010 03:31PM UTC by john comment:2

resolution: → fixed
status: newclosed