Bug Tracker

Ticket #1326 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

unique function throwing error in jquery nightly build js file

Reported by: bhavinkamani Assigned to: john
Type: bug 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: Needs: Review

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

Change History

Changed 1 year ago by john

  • owner set to john
  • version changed from 1.1.2 to 1.1.3
  • component changed from ajax to core
  • milestone changed from 1.1.3 to 1.1.4

Changed 1 year ago by john

  • status changed from new to closed
  • resolution set to fixed

Fixed in SVN rev [2417].

Note: See TracTickets for help on using tickets.