Bug 36519 - There should be a way to dismiss the suggestions in SQL report editor
Summary: There should be a way to dismiss the suggestions in SQL report editor
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Reports (show other bugs)
Version: Main
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-04-04 12:24 UTC by Nick Clemens (kidclamp)
Modified: 2024-04-11 10:49 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Clemens (kidclamp) 2024-04-04 12:24:40 UTC
When writing reports it can be helpful to insert newlines in order to make the report more readable, e.g.:

SELECT
  title,
  author
FROM biblo
WHERE
  author LIKE CONCAT('%',<<Author partial name>>,'%')

Trying to do so with suggestions requires a mouse click to close the suggestions window.

Type 'SELECT' and press enter - it just keeps suggesting 'SELECT'
insert a space and it begins suggesting new things and won't clear until you click with the mouse

I would expect something like ESC to clear the suggestions window
Comment 1 Anneli Österman 2024-04-11 10:49:28 UTC
It would be great to dissmiss the suggestion without clicking with mouse. ESC button sounds logical.