Opened 14 years ago
Closed 12 years ago
#4842 closed bug (wontfix)
draggable droppable ignore change scope
Reported by: | powderkeg | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.droppable | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when i change (on drop) scope of droppable element it still accept draggable elements with other scope
examle: $(".ui-draggable").draggable({
revert: 'invalid', scope: 'enable',
});
$(".ui-droppable").droppable({
accept: '.ui-draggable', scope: 'enable', drop: function(event, ui) {
$(this).draggable('option', 'scope', 'disable');
},
});
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | TBD → 1.8 |
---|
comment:2 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
The scope option will be removed during the rewrite.