[issue37849] IDLE: Completion window misplaced when shown above current line

2020-09-19 Thread Tal Einat
Change by Tal Einat : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker ___

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 88cce7b59fa503616295ca1a25bce6251f9cd317 by Miss Islington (bot) in branch '3.7': bpo-37849: IDLE: fix completion window positioning above line (GH-15267) https://github.com/python/cpython/commit/88cce7b59fa503616295ca1a25bce6251f9cd317 --

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread miss-islington
miss-islington added the comment: New changeset 557802dc17498557e481f2ad3d4a83ece469e489 by Miss Islington (bot) in branch '3.8': bpo-37849: IDLE: fix completion window positioning above line (GH-15267) https://github.com/python/cpython/commit/557802dc17498557e481f2ad3d4a83ece469e489 --

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15007 pull_request: https://github.com/python/cpython/pull/15283 ___ Python tracker ___ __

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: New changeset 71662dc2f12a7e77e5e1dfe64ec87c1b459c3f59 by Terry Jan Reedy (Tal Einat) in branch 'master': bpo-37849: IDLE: fix completion window positioning above line (GH-15267) https://github.com/python/cpython/commit/71662dc2f12a7e77e5e1dfe64ec87c1b459c3f5

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +15006 pull_request: https://github.com/python/cpython/pull/15282 ___ Python tracker ___ __

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread Tal Einat
Tal Einat added the comment: > Unless you say differently, I will add idlelib/NEWS.txt item tomorrow and > merge. I've added an idlelib/NEWS.txt entry to the PR. Feel free to merge. -- ___ Python tracker

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: What I reported is that it is too low on my Windows system, with my size and font, mostly covering the line. Anyway, misplaced before, now perfectly placed. Now that I see the patch, I seem to remember another place what an update call is needed before gath

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-13 Thread Tal Einat
Change by Tal Einat : -- pull_requests: -14989 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-13 Thread Tal Einat
Change by Tal Einat : -- pull_requests: +14989 pull_request: https://github.com/python/cpython/pull/15169 ___ Python tracker ___ ___

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-13 Thread Tal Einat
Tal Einat added the comment: See PR GH-15267 with a fix. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-13 Thread Tal Einat
Change by Tal Einat : -- keywords: +patch pull_requests: +14988 stage: -> patch review pull_request: https://github.com/python/cpython/pull/15267 ___ Python tracker ___ __

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-13 Thread Tal Einat
Change by Tal Einat : Added file: https://bugs.python.org/file48541/idle_completion_window_position.png ___ Python tracker ___ ___ Python-b

[issue37849] IDLE: Completion window misplaced when shown above current line

2019-08-13 Thread Tal Einat
New submission from Tal Einat : When the current line is near the bottom of the shell window, the completions list will be shown above it. However, instead of appearing directly above the current line, it appears quite a bit higher, about one line too high. See attached screenshot. Seen on