jQuery: The Write Less, Do More JavaScript Library

Ticket #2080 (closed bug: fixed)

Opened 5 months ago

Last modified 5 months ago

1.2.2.b2 breaks ajaxQueue plugin's queue mode, defect in queue()

Reported by: joern Assigned to: anonymous
Type: bug Priority: major
Milestone: 1.2.2 Component: fx
Version: 1.2.1 Keywords:
Cc: Needs: Review

Description

Running plugins/ajaxQueue/test/ with 1.2.2b2 doesn't start any requests for test 3 and 4, worked with 1.2.1.

Tracked down to a check in queue()'s each, line 2985:

if ( this.nodeType != 1)
	return;

Dunno what that guard is doing, but removing it fixes ajaxQueue.

Attachments

Change History

Changed 5 months ago by davidserduke

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

Fixed in [4283] by removing the check.

Note: See TracTickets for help on using tickets.