aboutsummaryrefslogtreecommitdiffstats
path: root/ui/sortable.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/sortable.js')
-rw-r--r--ui/sortable.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/ui/sortable.js b/ui/sortable.js
index c7edd3d1f..da4d13117 100644
--- a/ui/sortable.js
+++ b/ui/sortable.js
@@ -911,6 +911,10 @@ return $.widget("ui.sortable", $.ui.mouse, {
}
if(this.currentContainer === this.containers[innermostIndex]) {
+ if ( !this.currentContainer.containerCache.over ) {
+ this.containers[ innermostIndex ]._trigger( "over", event, this._uiHash() );
+ this.currentContainer.containerCache.over = 1;
+ }
return;
}