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();
This is not possible at this point. Please setTimeout to delay the removal, or wait until I have found a good solution. Thanks!