Skip to main content

Bug Tracker

Side navigation

#14124 closed bug (notabug)

Opened July 11, 2013 02:16PM UTC

Closed July 11, 2013 03:34PM UTC

JQuery 1.10.1 .animate() bug

Reported by: gage@astroltd.com Owned by: gage@astroltd.com
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.1
Keywords: Cc:
Blocked by: Blocking:
Description

Animating a change in a property doesn't seem to work in 1.10.1, while it works fine in 1.9.1. Here's an example from your own page:

$elem.animate({

"top":"+=15px",

"left":"+=15px"

},15);

In 1.9.1, it makes the element 15px farther down and to the right; in 1.10.1 it puts the element at top:15px and left:15px.

Thanks!

Gage

Attachments (0)
Change History (3)

Changed July 11, 2013 02:40PM UTC by dmethvin comment:1

owner: → gage@astroltd.com
status: newpending

Sounds like you're talking about #13939 but without a test case it's hard to tell. Can you test with 1.10.2 and see if the problem is still there?

Changed July 11, 2013 03:06PM UTC by gage@astroltd.com comment:2

status: pendingnew

Hi,

Just checked with 1.10.2-- it works, thanks for the quick response. I've been using ajax.google. etc. to host jquery for me; when do you expect they will start hosting 1.10.2?

Thanks!

Gage

Changed July 11, 2013 03:34PM UTC by dmethvin comment:3

resolution: → notabug
status: newclosed

You'd need to ask the third-party CDNs about that, we only control the jQuery CDN as mentioned on our download page and the release blog posts. They're notified at the same time we do the release.