Skip to main content

Search and Top Navigation

#2132 closed bug (wontfix)

Opened January 08, 2008 09:10PM UTC

Closed February 12, 2008 01:09PM UTC

Last modified May 24, 2008 03:39AM UTC

Draggables: "remove()" draggable element inside drop event

Reported by: tm Owned by: paul
Priority: critical Milestone:
Component: ui.core Version: 1.2.1
Keywords: Cc:
Blocked by: Blocking:
Description

fix:

1.Just add some postfix to cloned helper,i.e:

if(this.helper[0] != this.element[0])[[BR]]
 this.helper.css('position', 'absolute').attr('id',this.helper.attr('id')+'_helper');

OR

2.Call drop event AFTER this.helper.remove();

Attachments (0)
Change History (2)

Changed February 12, 2008 01:09PM UTC by paul comment:1

resolution: → wontfix
status: newclosed

This is not possible at this point. Please setTimeout to delay the removal, or wait until I have found a good solution. Thanks!

Changed May 24, 2008 03:39AM UTC by comment:2

milestone: 1.2.2

Milestone 1.2.2 deleted