From ce949812b671d26f82e21f1856d73fde2f43f2dd Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Wed, 13 May 2015 21:57:47 -0400 Subject: Draggable: Remove core event/alias and deprecated module dependencies --- ui/draggable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui') diff --git a/ui/draggable.js b/ui/draggable.js index d938be1e8..a3cd5ba7d 100644 --- a/ui/draggable.js +++ b/ui/draggable.js @@ -309,7 +309,7 @@ $.widget("ui.draggable", $.ui.mouse, { // Only need to focus if the event occurred on the draggable itself, see #10527 if ( this.handleElement.is( event.target ) ) { // The interaction is over; whether or not the click resulted in a drag, focus the element - this.element.focus(); + this.element.trigger( "focus" ); } return $.ui.mouse.prototype._mouseUp.call(this, event); -- cgit v1.2.3