Skip to main content

Bug Tracker

Side navigation

#1823 closed bug (fixed)

Opened October 18, 2007 09:40PM UTC

Closed November 16, 2007 05:52PM UTC

Unqueued animation is still calling dequeue()

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

Even an animation with a queue:false option will trigger the dequeue() function. This can cause two queued functions to play at once and fight with each other.

Test case will be attached.

Attachments (2)
  • 1823.diff (0.4 KB) - added by davidserduke October 18, 2007 09:49PM UTC.

    patch

  • jquery_test.html (1.0 KB) - added by davidserduke October 18, 2007 09:45PM UTC.
Change History (2)

Changed November 15, 2007 01:51PM UTC by brandon comment:1

need: ReviewCommit
owner: → davidserduke

Changed November 16, 2007 05:52PM UTC by davidserduke comment:2

resolution: → fixed
status: newclosed

Commited with [3834].