New submission from JohnnyNajera :
In Ubuntu 19.10 and probably earlier versions of Ubuntu, the autocomplete
window doesn't show up when expected. This is probably due to wm_geometry
called in a context in which it has no effect.
--
assignee: terry.reedy
components: IDLE
mes
Change by JohnnyNajera :
--
keywords: +patch
pull_requests: +16898
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17416
___
Python tracker
<https://bugs.python.org/issu
New submission from JohnnyNajera :
Tested on all major Ubuntu releases.
--
assignee: terry.reedy
components: IDLE
messages: 357658
nosy: JohnnyNajera, terry.reedy
priority: normal
severity: normal
status: open
title: Idle autocomplete window doesn't close on Escape key
versions: P
Change by JohnnyNajera :
--
keywords: +patch
pull_requests: +16899
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/17419
___
Python tracker
<https://bugs.python.org/issu
JohnnyNajera added the comment:
At least this scenario:
Ubuntu 19.10
Open the interpreter
Literally nothing makes the autocomplete window show up.
As mentioned in the PR, it's not about the 1-ms but about being called outside
of the event itself.
This can also be fixed by immediately ca