Modify ↓
Ticket #1822 (closed bug: fixed)
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: | ||
| Blocking: | Blocked by: |
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
Change History
comment:1 Changed 6 years ago by davidserduke
Added a test case to show the bug as well as a patch that fixed the test case.
comment:2 Changed 6 years ago by davidserduke
Sorry this should have been in component fx, not core.
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

