Side navigation
#1678 closed bug (worksforme)
Opened September 19, 2007 01:26PM UTC
Closed November 17, 2007 10:39PM UTC
IE bug in animate
Reported by: | jonahfox | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | effects | Version: | 1.2.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
starts at line 2583
end = parseFloat(parts[2]),
IE throws an error here - perhaps because end is a reserved word ?
Anyhow converting to _end (and ~8 subsequent references) fixes the problem.
Attachments (0)
Change History (1)
Changed November 17, 2007 10:39PM UTC by comment:1
resolution: | → worksforme |
---|---|
status: | new → closed |
I don't think 'end' is a reserved word and I'm unable to reproduce this bug. You can check out the wiki which has lots of animations in it and works for me in IE.
http://docs.jquery.com/Effects/queue
If you still can reproduce the problem please post a test case and reopen it.