SQL window: pressing F6 (code completion) in grid causes code completion pop-up, can not be closed

Claus Pedersen

Member³
In an SQL window I type the select

SQL:
select * from EMP t

and press F8 to execute (log on as scott/tiger).

I go to the grid to investigate data. By accident I press F6 and a code completion box pops up with objects beginning with T. The problem is that I can not get it to go away. Pressing Esc or navigating to another item in the grid does not make it go away again.
The only way to make it go away is to place the cursor in the SQL statement and then navigate back to the grid.
 
I always try to replicate a bug, so I will know if that will happen to me in the future.

Let me add the following.

I am able to replicate only if I don't enter a semicolon (;) and leave the cursor on the editor.
I move my "mouse pointer" to the grid, but the editor cursor remain on the editor.

If the semicolon is entered and do the same leaving the editor cursor there and move my mouse pointer then I got the following:
"The code assistant can only be activated after a period ".", comma ",", left parenthesis "(", or ampersand "@", or at the end of a word".

 
Back
Top