Ticket #2529070 (closed defect)
Reporter Eduardo Lundgren |
Opened: 07/16/10 Last modified: 09/7/10 Status: closed Type: defect Resolution: fixed |
Owner Dav Glass |
Target Release: 3.2.0 Priority: P3 (normal) |
|---|---|---|---|
| Summary: | Drop destroy is throwing errors when the node is removed with .remove(true) using dd delegate | ||
| Description: | Drop destroy is throwing errors when the node is removed with .remove(true) using dd delegate. Now its doing: this.shim.get('parentNode').removeChild(this.shim); Is safer use the .remove() which check for null pointer. this.shim.remove(); |
||
| Type: | defect | Observed in Version: | 3.1.1 |
| Component: | DragDrop | Severity: | S3 (normal) |
| Assigned To: | Dav Glass | Target Release: | 3.2.0 |
| Location: | Library Code | Priority: | P3 (normal) |
| Tags: | Relates To: | ||
| Browsers: | N/A | ||
| URL: | |||
| Test Information: | |||
Change History
|
Posted: 07/19/10
|
|
Posted: 07/19/10
|
|
Posted: 07/20/10
Fixes #2529070 - Updated drop destory to use .remove() to remove the shim |
|
Posted: 09/7/10
|
Fixes #2529070 - Updated drop destory to use .remove() to remove the shim
View Commit: