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

focused but hidden cmdline window #662

Open
hydrargyrum opened this issue Oct 7, 2024 · 0 comments
Open

focused but hidden cmdline window #662

hydrargyrum opened this issue Oct 7, 2024 · 0 comments
Labels

Comments

@hydrargyrum
Copy link

Describe the bug

When pressing down arrow below the last line of code, if the cmdline window was hidden, it's focused but it's still hidden, which is very confusing. We don't know what is happening and keys don't seem to work, one has to guess that ctrl-x must be pressed.

To Reproduce

Steps to reproduce the behavior:

  1. set hide_cmdline_win = True in pudb.cfg
  2. run pudb and show a file long enough
  3. scroll down to the end of file
  4. press down arrow (this will focus the cmdline window)

Expected behavior

Either:

  • show the cmdline window if it was hidden
  • or don't focus the cmdline window, because it wasn't shown, so it shouldn't get the focus

Versions

What version of pudb? 2024.1.2

@hydrargyrum hydrargyrum added the Bug label Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant