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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 1 06:24:23 PDT 2010


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





--- Comment #4 from TAMURA, Kent <tkent at chromium.org>  2010-05-01 06:24:24 PST ---
(In reply to comment #2)
> (From update of attachment 54782 [details])
> I'm having difficulty understanding if this is the right layer to hack.

Three are some other points we can add this hack:
 - setting data to pasteboard in Chromium code
 - populating pasteboard data in Chromium code
 - Retrieving data from DataObject in WebCore code

I chose here because I'd like to make the behavior same as behavior prior to
r54368.

> I think I would have written a small inline to handle this:
> +            buffer.append('&');
> +            buffer.append('a');
> +            buffer.append('m');
> +            buffer.append('p');
> +            buffer.append(';');
> 
> or maybe Vector already will add multiple values from an T*?

I improved the code.

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