Louie Lu added the comment:

@Terry, this is another too-fast-to-destroy problem. The latest PR commit has 
fixed the issue on MacOS.

When we double click on autocompletewindow, it will try to focusOut 
autocompletewindow then focusOn widget.text, but, we destroy too fast, after 
destroy, tk can't re-focusOn widget.text.

The commit will re-focus on widget.text first, then destroy the 
autocompletewindow.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to