Skip to main content

Bug Tracker

Side navigation

#2080 closed bug (fixed)

Opened December 20, 2007 05:52PM UTC

Closed December 20, 2007 06:56PM UTC

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

Reported by: joern Owned by:
Priority: major Milestone: 1.2.2
Component: effects Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
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 (0)
Change History (1)

Changed December 20, 2007 06:56PM UTC by davidserduke comment:1

resolution: → fixed
status: newclosed

Fixed in [4283] by removing the check.