Skip to main content

Bug Tracker

Side navigation

#11999 closed bug (fixed)

Opened July 02, 2012 09:17AM UTC

Closed July 03, 2012 04:46PM UTC

Last modified July 03, 2012 06:16PM UTC

Incremental animation on fixed div does subtraction instead of addition in Chrome.

Reported by: rovanion.luckey@gmail.com Owned by:
Priority: low Milestone: 1.8
Component: effects Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Run the fallowing fiddle in Chrome:

http://jsfiddle.net/dg5xW/

When pressing the save button nothing happens if the value added to the top distance is 1.8em. But if it's changed to 1.5em or 2em, it animates perfectly fine.

This animation also works fine if run in Firefox.

Attachments (0)
Change History (2)

Changed July 03, 2012 04:46PM UTC by dmethvin comment:1

component: unfiledeffects
milestone: None1.8
priority: undecidedlow
resolution: → fixed
status: newclosed

This is working in jquery-git.js; select jQuery (edge) in jsFiddle to verify. Chalk up another one for the animation rewrite.

Changed July 03, 2012 06:16PM UTC by anonymous comment:2

Yes, it works on jQuery edge. Was there a large scale animation rewrite for jQuery 1.8?