]> source.dussan.org Git - jquery.git/commitdiff
Temporarily backing out commit bd474799bf95f4ecdc47a7577750eaf69e2236d4.
authorJohn Resig <jeresig@gmail.com>
Tue, 26 Oct 2010 03:26:19 +0000 (20:26 -0700)
committerJohn Resig <jeresig@gmail.com>
Tue, 26 Oct 2010 03:26:19 +0000 (20:26 -0700)
src/event.js

index cf3ec2ac79995894ce78bd44c4c24453cf48ae0f..b4b4da927d0e48d43661e7b09e72a40852bf1f30 100644 (file)
@@ -1069,11 +1069,6 @@ function liveHandler( event ) {
                return;
        }
        
-       // IE will still dispatch events on disabled elements, so halt it (#6911)
-       if( event.target.disabled ) {
-               return;
-       }
-
        if ( event.namespace ) {
                namespace = new RegExp("(^|\\.)" + event.namespace.split(".").join("\\.(?:.*\\.)?") + "(\\.|$)");
        }