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

Dav Glass

Posted: 07/19/10
  • location changed to Library Code
  • milestone changed to 3.2.0
  • priority changed to P3 (normal)
  • status changed from new to accepted

Dav Glass

Posted: 07/19/10
  • resolution changed to fixed
  • status changed from accepted to checkedin

Fixes #2529070 - Updated drop destory to use .remove() to remove the shim
View Commit:

Dav Glass

Posted: 07/20/10

Fixes #2529070 - Updated drop destory to use .remove() to remove the shim
View Commit:

George

YUI Developer

Posted: 09/7/10
  • status changed from checkedin to closed