Side navigation
#2132 closed bug (wontfix)
Opened January 08, 2008 09:10PM UTC
Closed February 12, 2008 01:09PM UTC
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();
Attachments (0)
Change History (1)
Changed February 12, 2008 01:09PM UTC by comment:1
| resolution: | → wontfix |
|---|---|
| status: | new → closed |
This is not possible at this point. Please setTimeout to delay the removal, or wait until I have found a good solution. Thanks!