Skip to main content

Bug Tracker

Side navigation

#4712 closed bug (invalid)

Opened June 01, 2009 03:02PM UTC

Closed June 05, 2009 02:22AM UTC

Last modified March 15, 2012 07:10PM UTC

IE8 error

Reported by: mkeilhofer Owned by:
Priority: minor Milestone: 1.4
Component: core Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

when rendering a page using jquery in IE8 I get an error that says "Invalid argument Line 1061 jquery-1.3.2.js"

Attachments (1)
  • ie8_error.jpg (36.1 KB) - added by mkeilhofer June 01, 2009 03:03PM UTC.

    screen capture of error

Change History (1)

Changed June 05, 2009 02:22AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

IE8 has a very good debugger. Please look at the stack trace from the point where the error occurs. You will probably find that you've passed an invalid argument into jQuery and it's tried to set a css property based on that, such as a misspelled keyword or non-numeric pixel value.