Ticket #2119 (closed defect: fixed)
HtmlDragAndDrop.js problem "tdp is not defined"
| Reported by: | guest | Owned by: | dylan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | General | Version: | 0.4.1 |
| Severity: | critical | Keywords: | drag and drop |
| Cc: |
Description
In the file HtmlDragAndDrop?.js on ligne 126 you have :
var domTds = tdp.childNodes;
This ligne give the error tdp is not defined.
To solve this problem I replaced this line by :
var domTds = tmpSrcTr.childNodes;
Best regards
Roger
Change History
Note: See
TracTickets for help on using
tickets.