derailed / k9s

🐶 Kubernetes CLI To Manage Your Clusters In Style!
https://k9scli.io
Apache License 2.0
27.09k stars 1.7k forks source link

Can't select options in the popup / dialog box #2782

Open DevX86 opened 3 months ago

DevX86 commented 3 months ago




Describe the bug When preforming actions like deleting a pod, the box that pops up has inselectable options, eg cancel / ok are not highlighted and pressing tab/enter does nothing.

To Reproduce Steps to reproduce the behavior:

  1. Start k9s
  2. Attempt to delete a pod or any action that requires a pop up window.

Expected behavior A clear and concise description of what you expected to happen. Options are selectable and tab navigates to the next option.

Screenshots

Screenshot 2024-07-06 at 9 17 40 AM

Versions (please complete the following information): MacOS 14.5

Version: 0.32.5 Commit: 1440643e8d1a101a38d9be1933131ddf5c863940 Date: n/a

Additional context Add any other context about the problem here. This has been happening for a while and was not an issue before, one time it started working again as normal but a week or so later it broke again. I have tried uninstalling, reinstalling, setting a config, deleting the config.

I have also tried both normal mac terminal and iTerm2, same results, changed fonts as well, same issue.

On the pulses menu, selecting items with tab + enter works fine, it's only on dialog boxes that the issue appears.

DevX86 commented 3 months ago

@derailed Any ideas on this?