Skip to main content

Bug Tracker

Side navigation

#5281 closed bug ()

Opened September 22, 2009 04:07AM UTC

Closed November 11, 2010 11:09PM UTC

Bug in latest jquery-1.3.2

Reported by: nitinasd Owned by: nitinasd
Priority: major Milestone: 1.4
Component: selector Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

Line Num 1421 ie

var chunker = /((?:\\((?:\\([^()]+\\)|[^()]+)+\\)|\\[(?:\\[[^[\\]]*\\]|['"][^'"]*['"]|[^[\\]'"]+)+\\]|\\\\.|[^ >+~,(\\[\\\\]+)+|[>+~])(\\s*,\\s*)?/g,

is missing one quote

it should be

var chunker = /((?:\\((?:\\([^()]+\\)|[^()]+)+\\)|\\[(?:\\[[^[\\]]*\\]|['"][^'"]*['"]|[^[\\]'"]+)+\\]|\\\\.|[^ >+~,(\\[\\\\]+)+|[>+~]')(\\s*,\\s*)?/g,

Please check.

Thanks and Regards

Nitin Harikant

nitinasd@gmail.com

nitinasd.blogspot.com

Attachments (0)
Change History (4)

Changed September 24, 2009 02:17AM UTC by dmethvin comment:1

component: unfilledselector
owner: → john
priority: blockermajor

Changed November 06, 2009 04:54AM UTC by davidserduke comment:2

Do you have an example of what fails due to that missing quote?

Changed October 27, 2010 10:35PM UTC by rwaldron comment:3

owner: johnnitinasd
status: newpending

Changed November 11, 2010 11:09PM UTC by trac-o-bot comment:4

status: pendingclosed

Automatically closed due to 14 days of inactivity.