Side navigation
#7403 closed bug (duplicate)
Opened November 04, 2010 08:48PM UTC
Closed November 04, 2010 09:49PM UTC
Last modified November 04, 2010 09:49PM UTC
Animate shows odd behavior with negative values over 9,999
Reported by: | d@dryan.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.5 |
Component: | unfiled | Version: | 1.4.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In jQuery 1.4.3 (and not in 1.4.2) I'm seeing an odd behavior when animating the "left" css property if the current "left" value is < -9999. It appears to be first animating to 0, then to the correct new position.
For a live sample, see http://haskellinteriors.com/?jquery_version=1.4.3
The first 15 photos work as expected, then the issue shows up.
I've seen this in Webkit and Mozilla.
Most likely related to #7193, if not an outright dup.