Ticket #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: | 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
Change History
Changed 3 years ago by mako281
-
attachment
jquery.effects.core.js
added
Patch to jquery.effects.core.js. [Line 453]
Note: See
TracTickets for help on using
tickets.


Quick demo of problem. Uses Google CDN for dependencies.