diff options
author | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-09 01:54:28 +0000 |
---|---|---|
committer | Paul Bakaus <paul.bakaus@googlemail.com> | 2008-06-09 01:54:28 +0000 |
commit | 4b186675af2dd02878b538de212780f3df102ae3 (patch) | |
tree | ad3f3ae43f5dd7776fb236e698c5e2d40c6be704 /ui/ui.draggable.js | |
parent | 8105c48065df87218c7df40dd630b5ed0f3ecd5c (diff) | |
download | jquery-ui-4b186675af2dd02878b538de212780f3df102ae3.tar.gz jquery-ui-4b186675af2dd02878b538de212780f3df102ae3.zip |
ui-core: added mouseCapture, replacing the condition feature before. Allows text to be selected in sortables on non-handles.
Diffstat (limited to 'ui/ui.draggable.js')
-rw-r--r-- | ui/ui.draggable.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ui.draggable.js b/ui/ui.draggable.js index 12a3a6e9b..dbe2495c6 100644 --- a/ui/ui.draggable.js +++ b/ui/ui.draggable.js @@ -504,6 +504,7 @@ $.ui.plugin.add("draggable", "connectToSortable", { this.instance.options.helper = function() { return ui.helper[0]; }; e.target = this.instance.currentItem[0]; + this.instance.mouseCapture(e, true, true); this.instance.mouseStart(e, true, true); //Because the browser event is way off the new appended portlet, we modify a couple of variables to reflect the changes |