NJDude Expert Licensed User Longtime User Apr 17, 2011 #1 I created some EditText boxes which after entering info get them disabled, however, if I tap on one of them you can continue typing BUT you cannot delete or backspace. It seems there is a bug?
I created some EditText boxes which after entering info get them disabled, however, if I tap on one of them you can continue typing BUT you cannot delete or backspace. It seems there is a bug?
Erel B4X founder Staff member Licensed User Longtime User Apr 17, 2011 #2 It is a bug in Android: Issue 2771 - android - Disabled EditText can still be edited using on-screen keyboard - Android - An Open Handset Alliance Project - Google Project Hosting Upvote 0
It is a bug in Android: Issue 2771 - android - Disabled EditText can still be edited using on-screen keyboard - Android - An Open Handset Alliance Project - Google Project Hosting
K kickaha Well-Known Member Licensed User Longtime User Apr 17, 2011 #3 As a workround, in the TextChanged event, you could try checking if the EditText box is disabled, and if it is revert back to the old value. Upvote 0
As a workround, in the TextChanged event, you could try checking if the EditText box is disabled, and if it is revert back to the old value.