]> source.dussan.org Git - jquery.git/commitdiff
Update placeholder references to tickets.
authorDave Methvin <dave.methvin@gmail.com>
Tue, 28 Aug 2012 14:09:22 +0000 (10:09 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Tue, 28 Aug 2012 14:09:22 +0000 (10:09 -0400)
src/event.js
test/unit/event.js

index 0c7d827dc59e5fd5e7d76e1880b23e31e28b6c66..902b2b5ffaf875a34e432dc64ff7d61fd3f5d8c1 100644 (file)
@@ -384,7 +384,7 @@ jQuery.event = {
 
                        for ( cur = event.target; cur != this; cur = cur.parentNode || this ) {
 
-                               // Don't process clicks (ONLY) on disabled elements (#6911, #8165, #xxxx)
+                               // Don't process clicks (ONLY) on disabled elements (#6911, #8165, #11382, #11764)
                                if ( cur.disabled !== true || event.type !== "click" ) {
                                        selMatch = {};
                                        matches = [];
index 5f609247ae35e9255b6fe25ae0774f51758eace7..74d30dbb6610b05b732cbd79d4ee09d2bcdd8d53 100644 (file)
@@ -1298,7 +1298,7 @@ test("Delegated events in SVG (#10791)", function() {
        svg.remove();
 });
 
-test("Delegated events in forms (#10844; #11145; #8165; #xxxxx)", function() {
+test("Delegated events in forms (#10844; #11145; #8165; #11382, #11764)", function() {
        expect(5);
 
        // Alias names like "id" cause havoc