Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Menu can get stuck on screen #5962

Closed
kirawi opened this issue Feb 13, 2023 · 0 comments · Fixed by #8021
Closed

Menu can get stuck on screen #5962

kirawi opened this issue Feb 13, 2023 · 0 comments · Fixed by #8021
Labels
C-bug Category: This is a bug

Comments

@kirawi
Copy link
Member

kirawi commented Feb 13, 2023

Summary

The completion menu stays open even if you move up and down.

Reproduction Steps

I noticed this while editing, and may have run into a race condition that caused me to notice it.
These are the steps, but I haven't been able to reproduce the issue with them:

  • Type std:: in a Rust function while the LSP is initializing.
  • At some point after it hit 100%, I may have pressed escape to exit insert mode.
  • Completion popup shows up, and it won't close until an option is selected (or presumably C-c).

The behavior is the same if you use the mouse to move up or down (which shifts the code because of the padding).

Helix log

N/a

Platform

macOS

Terminal Emulator

Kitty 0.27

Helix Version

a4751db

@kirawi kirawi added the C-bug Category: This is a bug label Feb 13, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
C-bug Category: This is a bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant