splitwise / TokenAutoComplete

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

TokenClickStyle.Delete #142

Closed robisaks closed 9 years ago

robisaks commented 9 years ago

The clicks appear to only be captured if the text field is currently selected. If you have multiple TokenAutoComplete fields on the same page, tapping a token in a non-focused field will just select that field, place the cursor next to the token you selected, then bring up the keyboard.

mgod commented 9 years ago

I think I have to mark this as won't fix. It adds a lot of odd/bad UI behaviors to have the field respond like this when it's not focused. If you want this behavior, you'll need to fork the project and remove the isFocused() check on line 519 of the TokenCompleteTextView