[Webkit-unassigned] [Bug 52236] Strip NUL character when copying text on Windows

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 11 14:00:19 PST 2011


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





--- Comment #2 from Tony Chang <tony at chromium.org>  2011-01-11 14:00:18 PST ---
Some testing:

On Chromium Linux, Chromium Win, Safari Win, we copy up to the NUL character (i.e., the copied text is truncated).

On Safari Mac and Chromium Mac, we ignore the NUL (when you paste, you get text without the NUL character).

On IE9, Firefox Win and Firefox Linux, the DOM has the unicode replacement character.

On Firefox Mac, the NUL is converted into a unicode replacement character (U+FFFD) in the pasted text.  Actually, it may already be replaced in the DOM but perhaps there's no glyph for it.

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