Search and Top Navigation
#5512 open bug ()
Opened April 13, 2010 02:04PM UTC
Last modified October 13, 2015 08:09PM UTC
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 (5)
Changed October 04, 2010 06:55PM UTC by comment:1
Changed October 11, 2012 09:02PM UTC by comment:2
milestone: | TBD → 1.10.0 |
---|
Changed October 18, 2012 12:12PM UTC by comment:3
status: | new → open |
---|
Changed January 25, 2013 09:23PM UTC by comment:4
milestone: | 1.10.0 → none |
---|
Changed October 13, 2015 08:09PM UTC by comment:5
keywords: | → help-wanted |
---|
Mostly fixed in 3b38025. Effects that have a default mode other than effect will still have the incorrect final state.