]> source.dussan.org Git - jquery-ui.git/commitdiff
Effects tests: Added TODO for disabled test.
authorScott González <scott.gonzalez@gmail.com>
Mon, 30 Apr 2012 12:42:01 +0000 (08:42 -0400)
committerScott González <scott.gonzalez@gmail.com>
Mon, 30 Apr 2012 12:42:01 +0000 (08:42 -0400)
tests/unit/effects/effects_core.js

index fc9f67d1b055a8868398d4098a73070b247fcf6d..955e6f7996d77c606ae57ffabd299b7e7a3d0e72 100644 (file)
@@ -31,7 +31,7 @@ test( "Immediate Return Conditions", function() {
        equal( ++count, 3, "Both Functions worked properly" );
 });
 
-/* Disabled - Can't figure out why this is failing in IE 6/7
+/* TODO: Disabled - Can't figure out why this is failing in IE 6/7
 test( "createWrapper and removeWrapper retain focused elements (#7595)", function() {
        expect( 2 );
        var test = $( "div.hidden" ).show(),