Seems to only be an issue on Ubuntu/Linux.
- Load the demo app
- Open autocomplete once (with the description window enabled)
- Set the description window to hide
- Open autocomplete again

My guess is that the frame that holds the description window is still there, just not painted with anything and not being deliberately brought to the front. I think it would be enough to make sure it's marked invisible when autocomplete is disabled, and only visible again during the next autocomplete?