[issue38943] Idle autocomplete window doesn't show up

2019-11-29 Thread JohnnyNajera
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

[issue38943] Idle autocomplete window doesn't show up

2019-11-29 Thread JohnnyNajera
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

[issue38944] Idle autocomplete window doesn't close on Escape key

2019-11-30 Thread JohnnyNajera
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

[issue38944] Idle autocomplete window doesn't close on Escape key

2019-11-30 Thread JohnnyNajera
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

[issue38943] Idle autocomplete window doesn't show up

2019-12-03 Thread JohnnyNajera
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