Skip to content

Unexpected behaviour of quick search #68

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

Open
dkBrazz opened this issue Nov 7, 2024 · 1 comment
Open

Unexpected behaviour of quick search #68

dkBrazz opened this issue Nov 7, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@dkBrazz
Copy link

dkBrazz commented Nov 7, 2024

  • Press Cmd+F in the table view - it opens a search bar and sets cursor into the search prompt, I can put some text there
  • press Escape, search prompt closes, but focus does not goes back to where I come from
  • Press Cmd+F again
    • search prompt does not open (probably because focus is not on the table, where it listens for Cmd+F)
  • Press Cmd+F in the table view and enter some text to search
  • Close search prompt
  • Press Cmd+F again and start entering text (or paste from clipboard)
    • text is being added to the end of the previous search prompt
      This is not expected, in DataGrip/Idea it is common to keep previous search text, but on the next Cmd+F this text is auto-selected, so typing or pasting overwrites it instead of adding in the end
  • Press Cmd+F in Tables Tree - it opens search bar
  • Click on the opened table to move focus
  • search bar in the Table Tree continue blinking, as the focus is still there
  • clicj Cmd+F in table - table search bar opens and we see two blinking cursors in two different search bars
  • click on any native panel of DataGrip/Idea (Services, Database Explorer) - search in Tree closes
@dkBrazz dkBrazz added the bug Something isn't working label Nov 7, 2024
@AntonShuvaev
Copy link
Owner

Thanks for reporting the issue! I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants