-
Notifications
You must be signed in to change notification settings - Fork 384
Description
I'm not sure this is an issue, it could be I'm just missing something obvious. But here goes.
TokenClickStyle.Select works the way I expect, one touch = select, one more touch = delete, touching unselected tokens shifts selection to said token.
However, while touching IME delete works similarly, I cannot get it to set the token to selected state. One press on del APPEARS to do SOMETHING, and one more deletes the token. But without the selected state being set, the highlighting I do for that first touch does not appear on the first IME delete press. I tried to track down what's happening but I can't figure it out.
Basically, I need some help finding out what happens, and where, when TokenClickStyle is set to Select, and IME delete is pressed for the first time.
I should add I'm allowing collapsable to be true, and I do realize the behaviors are different between setting focus to the TokenAutoCompleteTextView when it is collapsed, and when it is not. Specifically, the last token seems to delete on first touch of IME delete when the view was not collapsed before gaining focus. But again, I'm not sure what behavior is supposed to be in the first place. I could not get the code to break on anything on that first touch of IME delete.