Bug Tracker

Modify

Ticket #1678 (closed bug: worksforme)

Opened 6 years ago

Last modified 6 years ago

IE bug in animate

Reported by: jonahfox Owned by:
Priority: major Milestone: 1.2.2
Component: effects Version: 1.2.1
Keywords: Cc:
Blocking: Blocked by:

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.

Change History

comment:1 Changed 6 years ago by davidserduke

  • Status changed from new to closed
  • Resolution set to worksforme

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.