Skip to main content

Bug Tracker

Side navigation

#8575 closed bug (invalid)

Opened March 21, 2011 10:24AM UTC

Closed April 16, 2011 06:02PM UTC

Internet explorer 7 + 8 animate error

Reported by: anonymous Owned by: anonymous
Priority: undecided Milestone: 1.next
Component: effects Version: 1.4.2
Keywords: Cc:
Blocked by: Blocking:
Description

In IE7 and IE8 i get the follwing error:

Message: Invalid argument.

Line: 144

Char: 219

Code: 0

URI: http://www.rugbyunion.org.uk/javascript/jquery1.4.2.js

here is the url to the page:

http://www.rugbyunion.org.uk/click_overlay/animate_error.php

Attachments (0)
Change History (4)

Changed March 30, 2011 06:31PM UTC by dmethvin comment:1

owner: → anonymous
status: newpending

Can you provide a test case that is reduced a bit more?

Changed March 30, 2011 08:09PM UTC by rwaldron comment:2

component: unfiledeffects

Changed April 03, 2011 07:42PM UTC by addyosmani comment:3

The code provided has been reproduced here http://jsfiddle.net/addyosmani/YEQUu/show/ but we really need you to reduce this further. Ideally, strip out any of the app-specific logic down to the point where we can see exactly what is causing an error in your page.

Changed April 16, 2011 06:02PM UTC by addyosmani comment:4

resolution: → invalid
status: pendingclosed

This appears to be another one of the tickets our bot forgot to automatically close after 2 weeks of no-response. I've been looking through your code again and the reason you're running into issues is likely because dlgTop (which you're using as the value in conjunction with .animate()) may not be getting correctly computed or calculated in IE. Perhaps take another look at this part of your code. As you haven't been able to reduce your test case down to a point where we can further confirm whether there is in fact a jQuery core issue we'll be closing this ticket. Feel free to comment back with a test case we can use if you would like this further chased up.