Issue 386: Dragging/dropping not working in latest jQuery UI
Status:  Fixed
Owner: ----
Closed:  Jan 2013
Reported by maxim...@gmail.com, Dec 4, 2012
When using the latest jQuery UI (master branch) (instead of the supplied custom build) the dragging/dropping fails.

I believe this is because of the deprecation of ui.plugin.add?
Dec 6, 2012
Project Member #1 moo...@wwwendt.de
I tried with jQuery 1.8.3 and jQueryUI 1.9.2 and that seems to work.
Which versions are you using?
Status: Waiting
Labels: Milestone-Release1.2.3
Dec 7, 2012
#2 maxim...@gmail.com
This was happening with the master version of jQuery UI that is in the git repository https://github.com/jquery/jquery-ui

So it may or may (or may not) be an issue with the upcoming 1.9.3. The code is still in flux, but I thought I'd mention it as an advanced warning.
Dec 7, 2012
Project Member #3 moo...@wwwendt.de
thanks for bringing this up. Hope I will find the time to look into it before they release :-/
Status: Accepted
Jan 27, 2013
Project Member #4 moo...@wwwendt.de
Even UI 1.10 uses plugin.add() internally:

    $.ui.plugin.add("draggable", "connectToSortable", {
        start: function(event, ui) {
            var inst = $(this).data("ui-draggable"), o = inst.options,

but the data name was changed from 'draggable' to 'ui-draggable'
Jan 27, 2013
Project Member #5 moo...@wwwendt.de
This issue was closed by revision r638.
Status: Fixed