Editor focus lost after autocomplete popup

Post bugs related to the IDE here
#NULL
Addict
Addict
Posts: 1440
Joined: Thu Aug 30, 2007 11:54 pm
Location: right here

Editor focus lost after autocomplete popup

Post by #NULL »

If in the IDE one of the following windows is open..
- Find/Replace
- Find in Files
- Find in Files - Results
..it will catch focus if the autocompletion popup is closed without selecting an entry.

to reproduce:
cntrl + n (New)
cntrl + f (find/replace)
cntrl + tab (switch back to editor)
type 'define var'

editor will contain 'Define ' and the focused find/replace window will contain 'var'.
especially the 'Results' window might be opened while editing, which makes editing impossible.

if an entry is selected by <return> (or <tab> is the default?) or the autocompletion window is closed by <esc> the editor gets the focus back correctly.

Ubuntu 16.04, PB 5.61 x64