Android Question EditText box with lowercase i issue

Scantech

Well-Known Member
Licensed User
Longtime User
Recently, i created a search view and i have notice something strange with edittext box EditText1_TextChanged. By typing lower case "i" only in textbox will trigger the event twice? Most other characters that i tested triggers once. Strange?

Tested with Samsung s21 ultra
 

Attachments

  • edittextbox testt.zip
    9.9 KB · Views: 42
Last edited:

Duque

Active Member
Licensed User
Longtime User
You are right, I tried your code and the second time I press the i, I get the double event
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
Tested Oppo A16. Event only triggered once.

Tested Samsung A53s Event triggered twice for multiple characters ( the New string did not alter)

After cleaning Samsung screen ... the issue is a lot less frequent, but ..

On each fresh debug run (abcde) , the "e" triggers event twice.

ps: I was focused on the "e" issue ..
I confirm also the "i" is triggering the event twice. 100% on fresh debug run , and occasionally during the same run.
 
Last edited:
Upvote 0

teddybear

Well-Known Member
Licensed User
Doesn't happen on my phone either . did you test this within some apps else?
 
Upvote 0
Top