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

Notebook: Escaping code completion pop-up disables cell edit mode #14327

Closed
dhuebner opened this issue Oct 16, 2024 · 1 comment
Closed

Notebook: Escaping code completion pop-up disables cell edit mode #14327

dhuebner opened this issue Oct 16, 2024 · 1 comment
Assignees
Labels
notebook issues related to notebooks

Comments

@dhuebner
Copy link
Member

Bug Description:

When escaping the code completion pop-up the notebook cell loses focus, i.e. switches to non-edit mode

Steps to Reproduce:

  1. Create a notebook an add print("Test")
  2. In the next line press Ctrl+Space - a code completion widget should pop up.
  3. Press ESC
  4. Completion widget should close and the editor still be in edit mode. Means you can continue typing.

Additional Information

  • Operating System: mac osx
  • Theia Version: 1.54.0
@dhuebner dhuebner self-assigned this Oct 16, 2024
@dhuebner dhuebner added the notebook issues related to notebooks label Oct 16, 2024
@dhuebner
Copy link
Member Author

Fixed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notebook issues related to notebooks
Projects
None yet
Development

No branches or pull requests

1 participant