[Webkit-unassigned] [Bug 14562] [Win] Textarea contents partially eaten on submit/copy
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Aug 25 08:39:45 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=14562
mitz at webkit.org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |oliver at apple.com
------- Comment #21 from mitz at webkit.org 2007-08-25 08:39 PDT -------
I tried to see how 0 bytes get in and I found that, for example, when you press
the Insert key, WebView::handleEditingKeyboardEvent() calls insertText with
text consisting of a 0 byte, because that key does not map to character and is
not interpreted as a command (the arrow keys also have a singe 0 byte as their
text, but because they have an interpretation as commands, they don't go
through insertText). I don't know how the various accented characters are typed
so I did not look into it.
--
Configure bugmail: http://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