Opened 15 years ago
Closed 15 years ago
#2132 closed bug (wontfix)
Draggables: "remove()" draggable element inside drop event
Reported by: | tm | Owned by: | paul |
---|---|---|---|
Priority: | critical | Milestone: | 1.2.2 |
Component: | ui | 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();
Note: See
TracTickets for help on using
tickets.
This is not possible at this point. Please setTimeout to delay the removal, or wait until I have found a good solution. Thanks!