Opened 10 years ago
Closed 10 years ago
#14124 closed bug (notabug)
JQuery 1.10.1 .animate() bug
Reported by: | Owned by: | ||
---|---|---|---|
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
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
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
comment:3 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
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.
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?