CallOutBox without changing keyboard focus

Hey all,

I’m trying to build an auto completion popup for my text editor, in the same style as most IDE’s do. CallOutBox seems like the way to quickly fix the popup component containing the auto-completions on a textEditorTextChanged(), but my TextEditor loses keyboard focus. This essentially makes the auto completion useless.

Is there a way to tell the CallOutBox not to grab keyboard focus, or does something else go wrong? Is CallOutBox the best way to go about this in the first place?