Skip to main content

Bug Tracker

Side navigation

#1326 closed bug (fixed)

Opened June 26, 2007 07:18PM UTC

Closed July 20, 2007 06:09PM UTC

unique function throwing error in jquery nightly build js file

Reported by: bhavinkamani Owned by: john
Priority: major Milestone: 1.1.4
Component: core Version: 1.1.3
Keywords: jquery IE 7 unique fn error at line first[i].mergeNum Cc:
Blocked by: Blocking:
Description

Hi,

While trying to used jquery.xslTransform, I came across an error in jquery core in Unique function. This happens when a resulting document from an xsl transformation is passed to jQuery selector. It runs in FF but throws following error in IE 7. ("Object doesn't support this property or method"). Debugger stops at "first[i].mergeNum = num" line. xslTransform was loading script tag. I do see script eventualy getting loaded which is kind of strange.

Attachments (0)
Change History (2)

Changed July 20, 2007 03:26PM UTC by john comment:1

component: ajaxcore
milestone: 1.1.31.1.4
owner: → john
version: 1.1.21.1.3

Changed July 20, 2007 06:09PM UTC by john comment:2

resolution: → fixed
status: newclosed

Fixed in SVN rev [2417].