| Issue 386: | Dragging/dropping not working in latest jQuery UI | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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 7, 2012
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
thanks for bringing this up. Hope I will find the time to look into it before they release :-/
Status:
Accepted
Jan 27, 2013
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'
|
Labels: Milestone-Release1.2.3