Search input field never gets unfocused, keeps bringing up keyboard #1110
Labels
bug
Something isn't working
fixed in upcoming release
Indicates that an issue has been fixed, and will be released in the next version
Milestone
Description
Search text input field doesn't get automatically unfocused and keeps bringing up keyboard in other screens. So far, pressing enter on the search field is the only way I've found to fix this behavior without needing to close and reopen the app. It's easy to forget to do that when search results appear as you type, though.
How to Reproduce
Steps to reproduce the behavior:
Expected Behavior
The search field shouldn't bring up the keyboard when you're not on the search screen. It should probably be unfocused when the user goes to another screen or interacts with any search results.
Device & App Version:
Additional Context
Random idea from someone trying to learn Flutter: maybe unfocusing the search field at
onDestinationSelected
inbottom_nav_bar.dart
could help? No need to answer, and I defer to your experience. Might try it later.May have found another bug while testing this, unsure if related.
Note that even while browsing search results, the keyboard is brought up every time you return to them. Specifically when searching posts, however, tapping a thumbnail while the keyboard is still open erases the search field and clears all results.
The text was updated successfully, but these errors were encountered: