[issue15786] IDLE code completion window can hang or misbehave with mouse

Louie Lu report at bugs.python.org
Tue May 30 22:27:00 EDT 2017


Louie Lu added the comment:

I fix this as:

    if not self.autocompletewindow:
        return

I think this another different behavior on different platform. I can't reproduce this on Linux...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15786>
_______________________________________


More information about the Python-bugs-list mailing list