diff options
author | Kris Borchers <kris.borchers@gmail.com> | 2013-01-30 12:30:37 -0600 |
---|---|---|
committer | Kris Borchers <kris.borchers@gmail.com> | 2013-01-30 12:30:37 -0600 |
commit | d1505e3434ef99e0068347a5e8179a0ffd737676 (patch) | |
tree | 4ed70ffa8a563fd06cfa6168045a7f6c74616851 /tests/unit/dialog/dialog.html | |
parent | ceebe07e2c99190030c16b031813ae660d9283d1 (diff) | |
download | jquery-ui-d1505e3434ef99e0068347a5e8179a0ffd737676.tar.gz jquery-ui-d1505e3434ef99e0068347a5e8179a0ffd737676.zip |
Dialog: Move call to _focusTabbable and triggering of open and focus events into the _show callback. Fixes #6756 - Dialog: show: "blind" with link in content doesn't animate properly. Fixes #8051 - Dialog: 'Explode' dialog animation causes crash in IE 6, 7 and 8. Fixes #4421 - Dialog: Focus lost from dialog which uses show-effect
Diffstat (limited to 'tests/unit/dialog/dialog.html')
-rw-r--r-- | tests/unit/dialog/dialog.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html index 57017b1b9..7943b425b 100644 --- a/tests/unit/dialog/dialog.html +++ b/tests/unit/dialog/dialog.html @@ -24,7 +24,9 @@ "ui/jquery.ui.resizable.js", "ui/jquery.ui.button.js", "ui/jquery.ui.effect.js", + "ui/jquery.ui.effect-blind.js", "ui/jquery.ui.effect-clip.js", + "ui/jquery.ui.effect-explode.js", "ui/jquery.ui.dialog.js" ] }); |