Skip to main content

Bug Tracker

Side navigation

#8341 closed bug (duplicate)

Opened February 21, 2011 04:39PM UTC

Closed February 21, 2011 05:57PM UTC

Last modified March 14, 2012 01:12PM UTC

animate blinks with left lower than -10000

Reported by: debug@quomodo.com Owned by:
Priority: low Milestone: 1.5
Component: effects Version: 1.4.4
Keywords: Cc:
Blocked by: Blocking:
Description

Doing something like

div.animate( { left : -10001 } , 1 , "linear" )

while div.style.left = "-10000px"

will first jump to left = "0px" before going to -10001

> check a weird test about r < -10000 in jQuery.fx.prototype.cur

Attachments (0)
Change History (2)

Changed February 21, 2011 05:57PM UTC by jitter comment:1

component: unfiledeffects
milestone: 1.next1.5
priority: undecidedlow
resolution: → duplicate
status: newclosed

The next time please follow: The How to report bugs guideline, then you would have found that this has already been fixed in 1.5.

Changed February 21, 2011 05:57PM UTC by jitter comment:2

Duplicate of #7193.