[jquery-dev] Re: 1.3rc2: animate with duration of 0 and callback << bug

2009-01-14 Thread Ariel Flesler
Seemed to work fine when I checked, the fx duration was short. I retried with 5000 and the problem became clear. Fixed at: http://dev.jquery.com/changeset/6116 Wasn't necessary but as I stopped relying on (and null'ing) jQuery.timerId, I simply made it a local var. Cheers -- Ariel Flesler http

[jquery-dev] Re: 1.3rc2: animate with duration of 0 and callback << bug

2009-01-14 Thread John Resig
Ariel - > http://docs.jquery.com/Release:jQuery_1.3#Effects > > Animations with no duration now behave differently than in 1.2.6. > That's why, it's not a regression, it's a feature. It definitely looks like there's something else going on here, though. Just because the animation happens instant

[jquery-dev] Re: 1.3rc2: animate with duration of 0 and callback << bug

2009-01-14 Thread Ariel Flesler
http://docs.jquery.com/Release:jQuery_1.3#Effects Animations with no duration now behave differently than in 1.2.6. That's why, it's not a regression, it's a feature. -- Ariel Flesler http://flesler.blogspot.com On Jan 14, 5:02 pm, MarionNewlevant wrote: > http://newlevant.com/marion/jqueryplu

[jquery-dev] Re: 1.3rc2: animate with duration of 0 and callback << bug

2009-01-14 Thread MarionNewlevant
http://newlevant.com/marion/jqueryplugins/animationBug/ Keep me posted. I'd love to understand what's going on here. On Jan 14, 3:46 am, Ariel Flesler wrote: > Can you put this up online so we can debug ? > > -- > Ariel Fleslerhttp://flesler.blogspot.com > > On Jan 14, 6:02 am, MarionNewlevant

[jquery-dev] Re: 1.3rc2: animate with duration of 0 and callback << bug

2009-01-14 Thread Ariel Flesler
Can you put this up online so we can debug ? -- Ariel Flesler http://flesler.blogspot.com On Jan 14, 6:02 am, MarionNewlevant wrote: > 1.3rc2: animate with duration of 0 and callback << bug > > Something goes wrong in jQuery-1.3rc2.js with animate when duration is > 0, and there is a callback.