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

No ability to focus confirmation modal, essential renders delete/restart impossible #3014

Open
eriknelson opened this issue Dec 5, 2024 · 2 comments
Labels
question Further information is requested

Comments

@eriknelson
Copy link




Describe the bug
Attempting to delete a resource produces a confirmation modal, which is never focused. I have no means of focusing to it that I'm aware of. Controls continue to manipulate the screen behind the modal.

To Reproduce
Attempt to delete a resource, modal is presented, but without focus.

Historical Documents
Seems like this may have been a long old issue, but it has showed up again? I'm surprised I'm not seeing anyone else reporting this, so maybe it's pebkac somehow.

Expected behavior
Modal options {Cancel, Ok} should be focused so I can select one or the other.

Screenshots
image

Versions (please complete the following information):

  • OS: Arch Linux
  • K9s: v0.32.7
  • K8s: v1.27.3
@derailed
Copy link
Owner

derailed commented Dec 8, 2024

@eriknelson Which terminal are you using? Using xterm on arch does seem to work correctly. Best guess here is the focus is there but the highlight does not work correctly. Does tab/shift tab traverse the fields correctly and does this happen on any k9s dialogs or just delete?

@derailed derailed added the question Further information is requested label Dec 8, 2024
@eriknelson
Copy link
Author

eriknelson commented Dec 8, 2024

@derailed kitty term, this is the only issue I've ever encountered with it. tab/shift tab doesn't focus on the modal options, and I believe I saw the same behavior with restart.

I'll test with some other terminals to see if it'll repro.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants