Skip to content
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

On-screen keyboard pops up when navigating back from a search result #4573

Closed
abackstrom opened this issue Jul 15, 2024 · 0 comments · Fixed by #4578
Closed

On-screen keyboard pops up when navigating back from a search result #4573

abackstrom opened this issue Jul 15, 2024 · 0 comments · Fixed by #4578
Labels

Comments

@abackstrom
Copy link

Detailed description

Performing a search dismisses the on-screen keyboard, as expected. If you navigate into any result (post, account, or hashtag) and press the Back nav button, the on-screen keyboard reappears. This feels like a bug: in most cases I want to keep browsing the results, not change my search.

Steps to reproduce the problem

  1. Search for any term. Observe that the on-screen keyboard is dismissed.
  2. Tap into one of the results.
  3. Tap the "Back" button in the bottom nav bar. Observe that the search box is focused and the keyboard reappears.

Debug information

Tusky 26.0

Device:

samsung SM-F711B
Android version: 14
SDK version: 34

Account:

@[email protected]
Version: 4.2.10

@abackstrom abackstrom added the bug label Jul 15, 2024
connyduck pushed a commit that referenced this issue Jul 20, 2024
Addresses issue #4573. Updates searchView in SearchActivity to clear
focus when a user makes a search. This allows the keyboard to not keep
popping up after a user goes back to search screen after clicking on a
searched item.
connyduck pushed a commit that referenced this issue Sep 1, 2024
Adds feature if user clicks on toolbar, on the pages box, or on the tabs
buttons that the keyboard will minimize and focus will be taken off of
search bar.

Further addresses issue #4573
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants