[Webkit-unassigned] [Bug 26791] [Gtk] Paste of rich text from firefox results garbled markup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 03:38:06 PDT 2009


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





------- Comment #7 from jhuangjiahua at gmail.com  2009-06-30 03:38 PDT -------
(In reply to comment #6)
> Let it use String::String() instead of String::fromUTF8
> when gtk.Clipbord put a UTF-16 data (BOMs used to discern)
> 

and Halved the length size

("data->length * data->format / 16" instead of "data->length * data->format /
8")


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



More information about the webkit-unassigned mailing list