[Webkit-unassigned] [Bug 38374] New: REGRESSION(r54368): [Chromium] Text drag-and-drop from input/textarea doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 22:12:56 PDT 2010


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

           Summary: REGRESSION(r54368): [Chromium] Text drag-and-drop from
                    input/textarea doesn't work
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InChromiumBugs
          Severity: Major
          Priority: P1
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org
                CC: dcheng at chromium.org


http://crbug.com/42125

r54368 changed clipboard structure for text drag-and-drop from input/textarea.
Before it, clipboard had text/html and text/plain.
After it, clipboard has only text/plain.

Chromium pasteboard code automatically adds a URL created from the text/plain
datum.
WebCore/page/DragController.cpp documentFragmentFromDragData() tries to insert
the URL because of no text/html.
It fails in a case of dropping another input/textarea because the URL datum has
no title.

-- 
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