Skip to content

Commit 84e4530

Browse files
committed
Update placeholder references to tickets.
1 parent afd717d commit 84e4530

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jQuery.event = {
384384

385385
for ( cur = event.target; cur != this; cur = cur.parentNode || this ) {
386386

387-
// Don't process clicks (ONLY) on disabled elements (#6911, #8165, #xxxx)
387+
// Don't process clicks (ONLY) on disabled elements (#6911, #8165, #11382, #11764)
388388
if ( cur.disabled !== true || event.type !== "click" ) {
389389
selMatch = {};
390390
matches = [];

test/unit/event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ test("Delegated events in SVG (#10791)", function() {
12981298
svg.remove();
12991299
});
13001300

1301-
test("Delegated events in forms (#10844; #11145; #8165; #xxxxx)", function() {
1301+
test("Delegated events in forms (#10844; #11145; #8165; #11382, #11764)", function() {
13021302
expect(5);
13031303

13041304
// Alias names like "id" cause havoc

0 commit comments

Comments
 (0)