My issue is that I have a big, enormous list for the AutoComplete.
Example:
- Store A
- Store B
- Store C
- Store D
- Store F
- Store H
- Store I
As you can see they all use Store and when I start typing store I see the (…) in the phone, where I can see the other stores, but if I chose one inside that (…) it will be added to the AutoComplete and not handle by the OnItemClick. Is there anyway to solve this?
Thanks in advice
Example Pics

Here is the Store Search

Here I clicked Store B and you can see the Toast that it was handle by OnItemClick

Here you can see the (…) extra stores.
and finally you can see that it was added to the AutoCompleteTextView instead of handled by the OnItemClick
Well it was ICS issue, now that I’m at JB the issue is gone.