diff --git a/build/build.xml b/build/build.xml
index 603916ed7..cf7d776a7 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -206,7 +206,6 @@
-
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html
index dd84b25d4..43dfed061 100644
--- a/demos/dialog/animated.html
+++ b/demos/dialog/animated.html
@@ -4,20 +4,20 @@
jQuery UI Dialog - Animation
+
-
+
-
+
@@ -11,7 +12,6 @@
-
+
@@ -11,7 +12,6 @@
-
@@ -73,7 +73,7 @@
}
$("#dialog-form").dialog({
- stackfix: true,
+ bgiframe: true,
autoOpen: false,
height: 300,
width: 350,
diff --git a/demos/dialog/modal-message.html b/demos/dialog/modal-message.html
index 0fdae6a06..6478b84d9 100644
--- a/demos/dialog/modal-message.html
+++ b/demos/dialog/modal-message.html
@@ -4,6 +4,7 @@
jQuery UI Dialog - Modal message
+
@@ -11,7 +12,6 @@
-
+
-
+
-
diff --git a/external/jquery.bgiframe-2.1.1.js b/external/jquery.bgiframe-2.1.1.js
new file mode 100644
index 000000000..ef8679d90
--- /dev/null
+++ b/external/jquery.bgiframe-2.1.1.js
@@ -0,0 +1,10 @@
+/* Copyright (c) 2006 Brandon Aaron (http://brandonaaron.net)
+ * Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
+ * and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
+ *
+ * $LastChangedDate: 2007-07-21 18:45:56 -0500 (Sat, 21 Jul 2007) $
+ * $Rev: 2447 $
+ *
+ * Version 2.1.1
+ */
+(function($){$.fn.bgIframe=$.fn.bgiframe=function(s){if($.browser.msie&&/6.0/.test(navigator.userAgent)){s=$.extend({top:'auto',left:'auto',width:'auto',height:'auto',opacity:true,src:'javascript:false;'},s||{});var prop=function(n){return n&&n.constructor==Number?n+'px':n;},html='';return this.each(function(){if($('> iframe.bgiframe',this).length==0)this.insertBefore(document.createElement(html),this.firstChild);});}return this;};})(jQuery);
\ No newline at end of file
diff --git a/tests/unit/dialog/dialog.html b/tests/unit/dialog/dialog.html
index 5b23bc885..5819a63d7 100644
--- a/tests/unit/dialog/dialog.html
+++ b/tests/unit/dialog/dialog.html
@@ -4,13 +4,13 @@
jQuery UI Dialog Test Suite
+
-
diff --git a/tests/unit/dialog/dialog_defaults.js b/tests/unit/dialog/dialog_defaults.js
index 33da934fd..9607bf194 100644
--- a/tests/unit/dialog/dialog_defaults.js
+++ b/tests/unit/dialog/dialog_defaults.js
@@ -4,6 +4,7 @@
var dialog_defaults = {
autoOpen: true,
+ bgiframe: false,
buttons: {},
closeOnEscape: true,
closeText: 'close',
@@ -21,7 +22,6 @@ var dialog_defaults = {
resizable: true,
show: null,
stack: true,
- stackfix: false,
title: '',
width: 300,
zIndex: 1000
diff --git a/tests/visual/dialog/default.html b/tests/visual/dialog/default.html
index d71e54d0c..d7cd8e839 100644
--- a/tests/visual/dialog/default.html
+++ b/tests/visual/dialog/default.html
@@ -5,12 +5,12 @@
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-