diff --git a/ui/ui.core.js b/ui/ui.core.js index b8ea359c86..492e3a3ea2 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -380,6 +380,7 @@ $.ui.mouse = { .bind('click.'+this.widgetName, function(event) { if(self._preventClickEvent) { self._preventClickEvent = false; + event.stopImmediatePropagation(); return false; } });