splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 384 forks source link

long token texts appears as duplicate #383

Closed nrazon closed 5 years ago

nrazon commented 5 years ago

Hello @mgod

There is view bug which I can't find a way to fix it :( I downloaded you sample and It can be replicated on your github sample.

Problem is; If token text is longer than a line, even you elipsize toekns or not; token itself seems double. (but single clickable token, just view is double)

To test it just change the mail address with a longer address like screenshot 2 at your sample Person.java file.

Any idea how to fix it?

bug1 bug2

nrazon commented 5 years ago

@mgod Any idea how to fix this?

mgod commented 5 years ago

I'm not able to reproduce this in the current example app. Are you seeing this with the latest code? This could be Android version/keyboard/physical device specific.

nrazon commented 5 years ago

Yes it is latest code. (current example, and current latest library). Using samsung galaxy note 8 (android 9).

But I tested now with samsung galaxy s7 (android 8) that is fine there. Maybe that is phone specific as you say. I will dig it more. But seems it is not general wide issue. So I am closing. I will open again if I found any fix or more detaill.

Thx

I'm not able to reproduce this in the current example app. Are you seeing this with the latest code? This could be Android version/keyboard/physical device specific.

mgod commented 5 years ago

Thanks nrazon! I suspect this is a Samsung keyboard behavior doing something unexpected than anything else as I'm not seeing this on an Android 9 simulator either.

mobiniusbarnali commented 4 years ago

I'm facing the same issue on samsung galaxy S8 and OnePlus 6T devices. Any idea how to solve this issue?