[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 09:42:14 PDT 2009


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


jhuangjiahua at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #32013|review?                     |
               Flag|                            |
  Attachment #32013|0                           |1
        is obsolete|                            |
  Attachment #32072|                            |review?
               Flag|                            |




------- Comment #8 from jhuangjiahua at gmail.com  2009-06-30 09:42 PDT -------
Created an attachment (id=32072)
 --> (https://bugs.webkit.org/attachment.cgi?id=32072&action=view)
Fix the length size of GtkSelectionData from GtkTextView and FireFox

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.


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