-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Softkeyboard not hiding after selecting a suggested search-term in the list #27
Comments
I think this may be related to SortedFilterArrayAdapter. |
Hmmm, interesting. I wonder why I never noticed this before. I'll check it out, thanks! |
Like here: Thats what i meant: Here is how to close the keyboard: Now you only need to find the proper event. :) |
Got it. Add this, and please check for side-effects (though i think there wont be any)... in: private void setUpWidgets() {
|
Sorry to be a stickler, but could you please turn this into a pull request? That would make it easier for me to test and integrate. Thanks! |
…gestions being clicked possible fix for Issue nolanlawson#27: softkeyboard not hiding on suggestions being clicked
possible fix for Issue #27: softkeyboard not hiding on suggestions being clicked
Softkeyboard not hiding after selecting a suggested search-term in the list
This is not a bug, i think it is missing feature.
Let's say i want to enter some text to search the log entries for. A keyboard pops ups, and when i start for example with "teth" then theres some activities listed containing the word tethering. So i click on one of those suggested terms, and it succesfully lists the log entries for this term. But the keyboard, that previously got opened, doesn't close. But i am finished looking for what i was seeking.
The text was updated successfully, but these errors were encountered: