[webkit-reviews] review requested: [Bug 26791] [Gtk] Paste of rich text from firefox results garbled markup : [Attachment 32072] Fix the length size of GtkSelectionData from GtkTextView and FireFox

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 30 09:42:14 PDT 2009


Jiahua Huang <jhuangjiahua at gmail.com> has asked  for review:
Bug 26791: [Gtk] Paste of rich text from firefox results garbled markup
https://bugs.webkit.org/show_bug.cgi?id=26791

Attachment 32072: Fix the length size of GtkSelectionData from GtkTextView and
FireFox
https://bugs.webkit.org/attachment.cgi?id=32072&action=review

------- Additional Comments from Jiahua Huang <jhuangjiahua at gmail.com>
UTF-16 (with BOMs) GtkSelectionData must a halfed length,
but some apps wrong for format size,
in which case, 
I use "data->length / 2" to fix it.


More information about the webkit-reviews mailing list