Opened 15 years ago
Closed 15 years ago
#2080 closed bug (fixed)
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.
Note: See
TracTickets for help on using
tickets.
Fixed in [4283] by removing the check.