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

vscode navigation hot-keys stop working on query results panel #771

Open
1 task done
wences-dc-uba-ar opened this issue Mar 16, 2021 · 0 comments
Open
1 task done

Comments

@wences-dc-uba-ar
Copy link

vscode navigation hot-keys stop working on query results panel

Some times (but fairly common), when executing a slected query (with hot-key: Ctrl-E + Ctrl-E) the result pane appears and get focus, and It seems that the normal hotkeys to navigate throgh vscode interface (like Ctrl+1, Ctrl+W, Ctrl+TAB, Ctrl+PgUp, Ctrl+PgDwn Ctrl+B) stop working, until other panel is selected with the mouse.

Also some times, the first hotkey pressed works ok and other panel gets focus correctly, but when the result panel gets focus again (maybe when pressing Ctrl+PgUp mutiple times the focus cycle again to the query result pane) the hot-keys became again non functional like the previous case.

To Reproduce
Steps to reproduce the behavior:
0. configure a connection to a database

  1. open a file with some sql query written
  2. select the sql query
  3. Press Ctrl+E, Ctrl+E
  4. The query result is shown in other panel, and it gets focus
  5. Press Ctrl+1 to go back to the selected query panel
  6. the IDE does not respond to the hotkey or other hotkeys until the mouse is used to change the active UI component to other than the query result panel

Expected behavior
normal vscode hot-keys should function also when query result panel is focused

Desktop (please complete the following information):

  • SQLTools Version v0.23.0
  • VSCode Version: 1.54.2
  • OS: Linux
  • Driver:
    • MySQL/MariaDB 0.2.0
  • Database version: Server version: 10.1.45-MariaDB-1~xenial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants