mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217.
This commit is contained in:
@@ -1132,6 +1132,9 @@ function liveHandler( event ) {
|
||||
if ( ret === false ) {
|
||||
stop = false;
|
||||
}
|
||||
if ( event.isImmediatePropagationStopped() ) {
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user