Opened 13 years ago

Last modified 7 years ago

#5512 open bug

jQuery.fx.off and effect on jQuery UI Effects

Reported by: mako281 Owned by:
Priority: minor Milestone: none
Component: ui.effects.core Version: 1.8
Keywords: help-wanted Cc:
Blocked by: Blocking:

Description

jQuery documentation for jQuery.fx.off:

"When this property is set to true, all animation methods will immediately set elements to their final state when called, rather than displaying an effect." (http://api.jquery.com/jQuery.fx.off/)

In jQuery UI, when jQuery.fx.off = true, all effects are ignored entirely, and the final state is never reached. (See attached test case)

Attachments (2)

test.html (1.9 KB) - added by mako281 13 years ago.
Quick demo of problem. Uses Google CDN for dependencies.
jquery.effects.core.js (21.7 KB) - added by mako281 13 years ago.
Patch to jquery.effects.core.js. [Line 453]

Download all attachments as: .zip

Change History (7)

Changed 13 years ago by mako281

Attachment: test.html added

Quick demo of problem. Uses Google CDN for dependencies.

Changed 13 years ago by mako281

Attachment: jquery.effects.core.js added

Patch to jquery.effects.core.js. [Line 453]

comment:1 Changed 12 years ago by Scott González

Mostly fixed in 3b38025. Effects that have a default mode other than effect will still have the incorrect final state.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD1.10.0

comment:3 Changed 10 years ago by mikesherov

Status: newopen

comment:4 Changed 10 years ago by tj.vantoll

Milestone: 1.10.0none

comment:5 Changed 7 years ago by Scott González

Keywords: help-wanted added
Note: See TracTickets for help on using tickets.