]> source.dussan.org Git - jquery-ui.git/commitdiff
fixed failing test 7 in IE
authorRichard Worth <rdworth@gmail.com>
Fri, 6 Jun 2008 01:39:23 +0000 (01:39 +0000)
committerRichard Worth <rdworth@gmail.com>
Fri, 6 Jun 2008 01:39:23 +0000 (01:39 +0000)
ui/tests/resizable.js

index 12f9c47281cfc12c0d97831164f997fe98e2ed14..c023773bcac919f749faa8900aa3ac60ab46b705 100644 (file)
@@ -112,7 +112,7 @@ test("ui-resizable-sw resize xy", function() {
 
 test("ui-resizable-ne resize xy", function() {
        
-       var handle = '.ui-resizable-ne', target = $('#resizable1').resizable({ handles: 'all' });
+       var handle = '.ui-resizable-ne', target = $('#resizable1').css({ overflow: 'hidden' }).resizable({ handles: 'all' });
        
        expect(4);