You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Versions (please complete the following information):
OS: Arch Linux
K9s: v0.32.7
K8s: v1.27.3
The text was updated successfully, but these errors were encountered:
@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?
@derailedkitty 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.
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
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: