diff --git a/demos/button/toolbar.html b/demos/button/toolbar.html index 4a93c5ccf97..e2eac055c82 100644 --- a/demos/button/toolbar.html +++ b/demos/button/toolbar.html @@ -14,10 +14,6 @@ padding: 4px; display: inline-block; } - /* support: IE7 */ - *+html #toolbar { - display: inline; - } $(function() { diff --git a/tests/unit/accordion/accordion.html b/tests/unit/accordion/accordion.html index 5a76ba566de..0a8755fd34b 100644 --- a/tests/unit/accordion/accordion.html +++ b/tests/unit/accordion/accordion.html @@ -35,10 +35,6 @@ font-size: 12px; line-height: 15px; } - /* avoid IE7 oscillating between overflow visible and scroll values */ - #list1 > div { - overflow: visible; - }
diff --git a/tests/unit/dialog/dialog_methods.js b/tests/unit/dialog/dialog_methods.js index d315e5fc3db..c449ad0d413 100644 --- a/tests/unit/dialog/dialog_methods.js +++ b/tests/unit/dialog/dialog_methods.js @@ -193,7 +193,8 @@ test("open", function() { ok(element.dialog("widget").is(":visible") && !element.dialog("widget").is(":hidden"), "dialog visible after open method called"); }); -test("#6137: dialog('open') causes form elements to reset on IE7", function() { +// http://bugs.jqueryui.com/ticket/6137 +test("Ensure form elements don't reset when opening a dialog", function() { expect(2); var d1 = $("