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:
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 comment:1
component: | unfiled → effects |
---|---|
milestone: | None → 1.8 |
priority: | undecided → low |
resolution: | → fixed |
status: | new → closed |
Changed July 03, 2012 06:16PM UTC by comment:2
Yes, it works on jQuery edge. Was there a large scale animation rewrite for jQuery 1.8?
This is working in jquery-git.js; select
jQuery (edge)
in jsFiddle to verify. Chalk up another one for the animation rewrite.