Skip to main content

Search and Top Navigation

#4842 closed bug (wontfix)

Opened September 07, 2009 09:27AM UTC

Closed October 20, 2010 03:33AM UTC

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');

},

});

Attachments (0)
Change History (2)

Changed November 17, 2009 11:55AM UTC by jzaefferer comment:1

milestone: TBD1.8

Changed October 20, 2010 03:33AM UTC by scottgonzalez comment:2

resolution: → wontfix
status: newclosed

The scope option will be removed during the rewrite.