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 = [];
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