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)
Change History (7)
Changed 13 years ago by
Changed 13 years ago by
Attachment: | jquery.effects.core.js added |
---|
Patch to jquery.effects.core.js
. [Line 453]
comment:1 Changed 12 years ago by
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
Milestone: | TBD → 1.10.0 |
---|
comment:3 Changed 10 years ago by
Status: | new → open |
---|
comment:4 Changed 10 years ago by
Milestone: | 1.10.0 → none |
---|
comment:5 Changed 7 years ago by
Keywords: | help-wanted added |
---|
Note: See
TracTickets for help on using
tickets.
Quick demo of problem. Uses Google CDN for dependencies.