[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
Fri Apr 30 11:45:50 PDT 2010


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2010-04-30 11:45:50 PST ---
(From update of attachment 54782)
I'm having difficulty understanding if this is the right layer to hack.

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

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