-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.43.6
-
Component/s: None
-
None
-
Environment:OS: macOS
-
Not Needed
-
Developer Tools
Problem Statement/Rationale
The new autocomplete / suggestion behavior (when editing query, project, sort, etc.) behaves differently that most other applications do. This is causing me to inadvertently run the wrong queries.
Please be sure to attach relevant logs with any sensitive data redacted.
How to retrieve logs for: Compass; Shell
Steps to Reproduce
- Run some queries to build up a history.
- Make a new query and start typing something in your history.
- The autocomplete / suggest feature kicks in and shows possible matches.
- Keep typing and finish your query (without picking from the suggestions).
- Hit enter to run the query.
- The top suggestion is selected, replaces the query you types and then runs.
Expected Results
In other applications, you have to either hit tab to accept the autocomplete, or click from the suggestion list.
If I type my own query and hit enter, it should run the query I typed as it always has before.
Actual Results
The top suggestion is selected, replaces the query you types and then runs. This is very frustrating, requiring me to esc out of the suggestion drop down first, or position the cursor after the closing brace (or somewhere else so no more suggestions are offered), or click the Find button to run the query.
- is related to
-
COMPASS-8241 Only provide history autocomplete suggestions that are relevant to the current query
- Closed