OSDN Git Service

Do not hide the soft keyboard when the DOM has moved focus.
authorLeon Scroggins <scroggo@google.com>
Mon, 20 Jul 2009 18:26:37 +0000 (14:26 -0400)
committerLeon Scroggins <scroggo@google.com>
Mon, 20 Jul 2009 18:26:37 +0000 (14:26 -0400)
commit10be4fc63a0d43262f1cfeac3b4a7904fa8fbc14
treee15180acfbe628052dd98caa549e8e98c952f836
parent10c7a4da566e9faed84745b75e74b9d1cb410e3f
Do not hide the soft keyboard when the DOM has moved focus.

Instead of calling remove(), which would hide the soft
keyboard, remove the WebTextView manually, so the soft
keyboard remains up (if it was up to begin with).  WebView
will properly handle the keys now that the focus has
changed.
core/java/android/webkit/WebTextView.java