Skip to main content

Bug Tracker

Side navigation

#1822 closed bug (fixed)

Opened October 18, 2007 08:34PM UTC

Closed November 16, 2007 06:27PM UTC

queue() in 2 cases doesn't default to "fx"

Reported by: davidserduke Owned by: davidserduke
Priority: major Milestone: 1.2.2
Component: effects Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

There are two forms of queue mentioned in the documentation below

queue(array)

and

queue()

In both cases it appears they don't default to the "fx" type if nothing is passed in as the documentation suggests they should so you really have to call

queue("fx", array)

and

queue("fx")

to get access to the functionality.

Attachments (2)
  • 1822.diff (0.5 KB) - added by davidserduke October 18, 2007 09:48PM UTC.
  • jquery_test.html (1.2 KB) - added by davidserduke October 18, 2007 08:54PM UTC.
Change History (5)

Changed October 18, 2007 08:56PM UTC by davidserduke comment:1

Added a test case to show the bug as well as a patch that fixed the test case.

Changed October 18, 2007 09:32PM UTC by davidserduke comment:2

Sorry this should have been in component fx, not core.

Changed November 15, 2007 01:39PM UTC by brandon comment:3

component: corefx

Changed November 15, 2007 01:50PM UTC by brandon comment:4

need: ReviewCommit
owner: → davidserduke

Be sure to use the constructor property to type check for Array.

 type.constructor == Array 

Changed November 16, 2007 06:27PM UTC by davidserduke comment:5

resolution: → fixed
status: newclosed

Fixed in [3835].