Search and Top Navigation
#6131 closed bug (fixed)
Opened September 30, 2010 09:19PM UTC
Closed October 04, 2010 06:54PM UTC
Last modified November 19, 2010 06:26PM UTC
Dialog breaks when $.fx.off
Reported by: | chrisbarr | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.8.6 |
Component: | ui.dialog | Version: | 1.8.5 |
Keywords: | no effects, FX, fx.off,dialog | Cc: | |
Blocked by: | Blocking: |
Description
Dialogs (especially animated ones) seem to do nothing at all when ''$.fx.off'' is set to ''true''.
To test this, go to the dialog demo: http://jqueryui.com/demos/dialog/animated.html
Then open Firebug (or your preferred JS console) and type ''$.fx.off=true;''
Press the "open dialog" button on the demo and nothing will happen.
The dialog widget should respect the $.fx.off property in jQuery and not try to animate the dialog when it can't.
Fixed in 3b38025.