commit | 1cc2420d0dfaef8ec0d510b6aa85ecbadf0f62f7 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Tue Jun 16 10:10:28 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Tue Jun 16 10:17:57 2009 -0400 |
tree | 68d8733ff3c383275189d8b3fa89594221c5dc99 | |
parent | fa03cded353bb42c32662f77e36e90c42e7da9d2 [diff] |
Bring up the WebTextView when pressing a key on textfield. The old code put the textfield in focus, and resulted in editing the text semi-appropriately, but now we actually bring up the WebTextView so that we properly handle the arrow keys, as well as any substitution that is necessary. This fixes http://b/issue?id=1918883