intellij-dynamodb icon indicating copy to clipboard operation
intellij-dynamodb copied to clipboard

Unexpected behaviour of quick search

Open dkBrazz opened this issue 1 year ago • 1 comments
trafficstars

  • 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 avatar Nov 07 '24 00:11 dkBrazz

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

AntonShuvaev avatar Feb 12 '25 06:02 AntonShuvaev