[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 12:33:00 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14562





------- Comment #25 from mitz at webkit.org  2007-08-25 12:32 PDT -------
(In reply to comment #22)
> Note on accented characters: if they're typed directly, they're OK. But if you
> use "dead key" with accent followed by unaccented character key to type them,
> Safari eats it and the rest. If you want to delete character typed with dead
> key, you have to hit backspace/delete* key twice although there's no visual
> change.

That's consistent with the dead key inserting a 0-byte, same way the Insert key
does it. Those keystrokes should definitely not end up calling insertText, but
I don't know the code enough to say if handleEditingKeyboardEvent() is the
right place to stop them.


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