Skip to main content

Bug Tracker

Side navigation

#5151 closed bug (invalid)

Opened September 01, 2009 06:57AM UTC

Closed September 25, 2009 01:53AM UTC

IE Script Error: Invalid Argument Line 19 Char 31804

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

In Internet Explorer 8, I'm seeing a javascript error:

Invalid Argument.

jquery-1.3.2.min.js

Code: 0

Line: 19

Char: 31804

Examining the code in the uncompressed file, I found the cause is line #3908:

start = ((end || 1) / e.cur(true)) * start;

e.cur(true) is zero giving start the value of NaN

Sorry, I do not know what the cur function is or why it is returning zero.

Attachments (0)
Change History (1)

Changed September 25, 2009 01:53AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

There's not enough information to determine if this is a bug.