#7532 closed bug (duplicate)
jQuery 1.4.3 animation method behaves strangely when animated to left: over 10'000 px
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.5 |
Component: | effects | Version: | 1.4.3 |
Keywords: | animation left over 10000px | Cc: | |
Blocked by: | Blocking: |
Description
Steps to reproduce:
- Create one huge container (mine is 12200 pixels wide)
- Fill it with images (to be more easy to observe the animation)
- Set it's position to relative
- Try to animate it to -10300 pixels
Expected behavior: animation is smooth and continuos
Observed: Container shakes strangely until reaching the desired left position.
Environment: All browsers (FF 3.6, IE 7+, Chrome)
jQuery versions: 1.4.3 and 1.4.4 . 1.4.2 works fine
I found this bug when creating a carousel with jcarousel plugin with 20 items, each one 606 pixels wide.
Change History (9)
comment:1 Changed 12 years ago by
Owner: | set to [email protected]… |
---|---|
Status: | new → pending |
comment:2 Changed 12 years ago by
Alright, I took the time to put together a valid fiddle and things appear to work just fine. http://jsfiddle.net/boushley/dgqsw/1/
comment:3 Changed 12 years ago by
Component: | unfiled → effects |
---|---|
Keywords: | animation left over 10000px added |
Priority: | undecided → low |
Resolution: | → worksforme |
Status: | pending → closed |
As boushley correctly points out this appears to be working fine. If you are doing something beyond what it in the above test case on jsFiddle and would like to re-open this ticket, please let us know.
comment:4 Changed 12 years ago by
Hi, I changed a bit the code in jsfiddle so now the bug reproduces properly. The left position now changes 606 pixels on click. So you have to click a couple of times. And animation easing changed to 'swing'.
comment:6 Changed 12 years ago by
No it's not working, please look here http://jsfiddle.net/dgqsw/6/
comment:7 Changed 12 years ago by
Resolution: | worksforme |
---|---|
Status: | closed → reopened |
comment:8 Changed 12 years ago by
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
This sounds very much like an issue with the actual code implementation rather than a problem caused by jQuery core.Could you please submit a valid test case on jsFiddle.net that reproduces your issue so we can investigate further?.