[Webkit-unassigned] [Bug 76194] New: event.dataTransfer.getData('text/plain') is undefined when dragging text in editable region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 11:28:25 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=76194

           Summary: event.dataTransfer.getData('text/plain') is undefined
                    when dragging text in editable region
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, tony at chromium.org, enrica at apple.com,
                    dcheng at chromium.org


Per HTML5 spec, section 8.6.5. http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#drag-and-drop-processing-model, dragging and dropping text in editable region should also behave like regular drag & drop as far as scripts are concerned. In particular, event.dataTransfer.getData('text/plain') in dragstart, drop, & dragend should return the actual content being moved.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list