commit | be3feda46eac18a05aaea47d7ef34b611f8be6be | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Thu Oct 15 13:28:27 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Thu Oct 15 15:44:37 2009 -0400 |
tree | 9819d95381744a98934bd6b2a4107d9e2f173e58 | |
parent | 9f2088240272086cd9eb94d01b1872a1088b76f2 [diff] |
Do not show soft keyboard for readonly textfields. Part of a fix for http://b/issue?id=2159869. The request to show the soft input has been moved to nativeTextInputMotionUp, where it can check if the input field is readOnly. This way it is also handled by shortPressOnTextField, for when a user shortpresses on the field.