Modify ↓
Ticket #11999 (closed bug: fixed)
Incremental animation on fixed div does subtraction instead of addition in Chrome.
| Reported by: | rovanion.luckey@… | Owned by: | |
|---|---|---|---|
| Priority: | low | Milestone: | 1.8 |
| Component: | effects | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.