commit | e26efa321c66716d58f3e338022caed8852af07e | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Tue Dec 15 16:38:45 2009 -0500 |
committer | Leon Scroggins <scroggo@google.com> | Mon Jan 04 09:43:57 2010 -0500 |
tree | 0d0fce57cb48369886a22c47ac56b9e5d9a6014b | |
parent | 4bc95d19c9ccf9cfe4c51b1e697db8cc1d86a579 [diff] |
If the DOM changes textfield focus, make the IME work properly. Fix for http://b/issue?id=2219166 Requires a change to external/webkit Remove the old change to update the WebTextView when a key is pressed, since the IME does not generate key events. Instead, when the focus changes, and the IME is serving the WebTextView, immediately clear the cursor and update the WebTextView, so the user can continue typing.