From f33027840cdac5152599da66635981bbe68c6bda Mon Sep 17 00:00:00 2001 From: Scott González Date: Mon, 9 Mar 2015 16:03:22 -0400 Subject: Core: Add methods to work around IE active element bugs Closes gh-1478 --- ui/draggable.js | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) (limited to 'ui/draggable.js') diff --git a/ui/draggable.js b/ui/draggable.js index 83ad6487a..2aced90c3 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -141,25 +141,14 @@ $.widget("ui.draggable", $.ui.mouse, { }, _blurActiveElement: function( event ) { - var document = this.document[ 0 ]; // Only need to blur if the event occurred on the draggable itself, see #10527 if ( !this.handleElement.is( event.target ) ) { return; } - // support: IE9 - // IE9 throws an "Unspecified error" accessing document.activeElement from an