diff --git a/ui/jquery.ui.draggable.js b/ui/jquery.ui.draggable.js index 774ea43802a..3c3d0efd10b 100644 --- a/ui/jquery.ui.draggable.js +++ b/ui/jquery.ui.draggable.js @@ -89,6 +89,8 @@ $.widget("ui.draggable", $.ui.mouse, { .css($(this).offset()) .appendTo("body"); }); + + if ($.browser.msie) event.stopPropagation(); return true;