[Bug 9754] New: function dragEndHandler(event) { // remove the dragged element event.target.parentNode.removeChild(event.target); }

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9754

           Summary: function dragEndHandler(event) {     // remove the
                    dragged element
                    event.target.parentNode.removeChild(event.target);   }
           Product: HTML WG
           Version: unspecified
          Platform: Other
               URL: http://www.whatwg.org/specs/web-apps/current-work/#the
                    -dragevent-and-datatransfer-interfaces
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: contributor@whatwg.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html@w3.org


Section:
http://www.whatwg.org/specs/web-apps/current-work/#the-dragevent-and-datatransfer-interfaces

Comment:
function dragEndHandler(event) {     // remove the dragged element    
event.target.parentNode.removeChild(event.target);   } 

Posted from: 202.70.51.124

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Tuesday, 18 May 2010 05:00:16 UTC