#11999 closed bug (fixed)
Incremental animation on fixed div does subtraction instead of addition in Chrome.
Reported by: | 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.
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → effects |
---|---|
Milestone: | None → 1.8 |
Priority: | undecided → low |
Resolution: | → fixed |
Status: | new → closed |
comment:2 Changed 11 years ago by
Yes, it works on jQuery edge. Was there a large scale animation rewrite for jQuery 1.8?
Note: See
TracTickets for help on using
tickets.
This is working in jquery-git.js; select
jQuery (edge)
in jsFiddle to verify. Chalk up another one for the animation rewrite.