Ticket #5512 (open bug)

Opened 3 years ago

Last modified 4 months ago

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: Cc:
Blocking: Blocked by:

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

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

Change History

Changed 3 years ago by mako281

Quick demo of problem. Uses Google CDN for dependencies.

Changed 3 years ago by mako281

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

comment:1 Changed 3 years ago by scott.gonzalez

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

comment:2 Changed 7 months ago by scott.gonzalez

  • Milestone changed from TBD to 1.10.0

comment:3 Changed 7 months ago by mikesherov

  • Status changed from new to open

comment:4 Changed 4 months ago by tj.vantoll

  • Milestone changed from 1.10.0 to none
Note: See TracTickets for help on using tickets.