r845 - trunk/ui

r845 - trunk/ui


Author: eduardolundgren
Date: Tue Oct 28 07:44:27 2008
New Revision: 845
Modified:
trunk/ui/ui.sortable.js
Log:
Sortable - Float elements tolerance fixed
Modified: trunk/ui/ui.sortable.js
==============================================================================
--- trunk/ui/ui.sortable.js    (original)
+++ trunk/ui/ui.sortable.js    Tue Oct 28 07:44:27 2008
@@ -127,7 +127,7 @@
        var horizontalDirection = this._getDragHorizontalDirection();
        if (this.floating) {
-            if (isOverElementWidth) {
+            if (isOverElement) {
                return horizontalDirection == "right" ? 2 : 1;
            }
        }