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

Autocomplete results persist after hiding keyboard, on Android #1098

Open
gnprice opened this issue Dec 4, 2024 · 0 comments
Open

Autocomplete results persist after hiding keyboard, on Android #1098

gnprice opened this issue Dec 4, 2024 · 0 comments
Labels
a-compose Compose box, autocomplete, attaching files/images a-msglist The message-list screen, except what's label:a-content

Comments

@gnprice
Copy link
Member

gnprice commented Dec 4, 2024

This is a variation on #1097. Repro:

  • On Android, visit a message list that has a compose box.
  • Touch the content input and enter the start of an autocomplete query, for example "@A", so that autocomplete results appear.
    • Or touch the topic input and enter the first character of some existing topic, so that topic autocomplete results appear.
  • Dismiss the keyboard using either (a) the "back" gesture or button or (b) the keyboard's own button for being dismissed.
  • The keyboard will vanish, making room again for the full height of the message list.
  • Expected: The autocomplete results will also vanish.
  • Actual: The autocomplete results remain, obscuring part of the message list.

Reported by @shivanshsharma13:
https://chat.zulip.org/#narrow/channel/48-mobile/topic/Dismiss.20keyboard.20and.20shift.20focus.20when.20tap.20background/near/1989970

This symptom is potentially more annoying than #1097. OTOH it's avoidable by simply deleting whatever query had pulled up autocomplete results.

@gnprice gnprice added a-msglist The message-list screen, except what's label:a-content a-compose Compose box, autocomplete, attaching files/images labels Dec 4, 2024
@gnprice gnprice added this to the M6: Post-launch milestone Dec 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-compose Compose box, autocomplete, attaching files/images a-msglist The message-list screen, except what's label:a-content
Projects
Status: No status
Development

No branches or pull requests

1 participant