Ticket #10294 (closed bug: invalid)
calling animate on padding-left with negative value causes jquery error
| Reported by: | anonymous | Owned by: | anonymous |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | effects | Version: | 1.6.4rc1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Doing: $("#blah").animate({"padding-left": -200}, 300, "linear"); in IE8 causes the "Invalid argument" error to be thrown.
Change History
comment:1 Changed 21 months ago by rwaldron
- Owner set to anonymous
- Status changed from new to pending
comment:2 Changed 21 months ago by addyosmani
- Priority changed from undecided to low
- Component changed from unfiled to effects
In addition, could you please provide us with a complete test case on jsfiddle.net that reproduces the issues you're experiencing just so that we can evaluate this under the same condition you are? Thanks.
comment:3 Changed 20 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

what happens when you pass it as a string, ie. "-200px"?