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

Completion disappears if only 1 match #63

Open
jn64 opened this issue Feb 26, 2024 · 1 comment
Open

Completion disappears if only 1 match #63

jn64 opened this issue Feb 26, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jn64
Copy link

jn64 commented Feb 26, 2024

  • Wordbook version: 0.4.0 (Flathub)
  • Python version: Flatpak bundled (3.11?)
  • Operating System: Fedora 38

Description

With Live Search disabled, the completion dropdown disappears if there is only 1 remaining candidate, which seems counterintuitive.

What I Did

  1. Disable Live Search
  2. Type unsa
    • There should be a dropdown with ~10 completion candidates
  3. Continue typing f
    • Expected: show the only candidate unsafe so I can click it or press down+Enter
    • Actual: no completion shown, I have to manually type the rest of the word (in this case only 1 letter, but it might be longer, or a word that I can't spell)
@mufeedali mufeedali added the bug Something isn't working label Sep 25, 2024
@mufeedali mufeedali self-assigned this Sep 25, 2024
@mufeedali
Copy link
Owner

Need to replace use of GtkEntryCompletion.

Relevant: https://gitlab.gnome.org/GNOME/gtk/-/issues/5689

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants