[jquery-dev] Re: bug report: animate width not working properly on Webkit? (1.3.2 vs. 1.2.6/1.3.1)

2009-04-05 Thread Julián Landerreche
It makes no difference at all. Could it be an issue related to selectors (and not strictly related to animate()) only affecting Webkit? It seems like the animation is being run "properly" but not to the proper DOM element. Instead the animation seems to be applied to first child of the animated el

[jquery-dev] Re: bug report: animate width not working properly on Webkit? (1.3.2 vs. 1.2.6/1.3.1)

2009-04-05 Thread John Resig
Instead of animating to {"width":"0px"} what happens if you animate to {"width":"hide"} (you can remove the callback then, as well). --John On Sun, Apr 5, 2009 at 12:10 AM, Julián Landerreche wrote: > > Hi John, > thanks for your quick reply. > > I've tested with the nightly build, but it see

[jquery-dev] Re: bug report: animate width not working properly on Webkit? (1.3.2 vs. 1.2.6/1.3.1)

2009-04-04 Thread Julián Landerreche
Hi John, thanks for your quick reply. I've tested with the nightly build, but it seems the issue is still there. You can check it here: http://test.rudysmusic.com/electric-guitars/new/?jquery=1.3.2-nightly If there is something else I can do, don't hesitate to ask me. Also, I'm currently on #jq

[jquery-dev] Re: bug report: animate width not working properly on Webkit? (1.3.2 vs. 1.2.6/1.3.1)

2009-04-04 Thread John Resig
Could you test with a nightly? It's likely that this was already fixed. http://code.jquery.com/nightlies/jquery-2009-03-26.js --John On Sat, Apr 4, 2009 at 11:38 PM, Julián Landerreche wrote: > > Hi again, > > this bug seems to affect just Webkit (Safari/Chrome) browsers. > The thing have bee