Issue 34281: IDLE: closing "Go to Line" on OS X 3.7 activates wrong window

Issue34281

Created on 2018-07-30 13:06 by eamartin, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg322673 - (view) Author: Eric Martin (eamartin) Date: 2018-07-30 13:06
After entering a line number, clicking OK brings to the foreground and makes active the first hidden window (in the simplest case where we have just one window for a .py file and the Shell window, the former being in the foreground, clicking OK brings the Shell window to the foreground).
msg322697 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-07-30 23:45
I suspect that this results from a problem with the new tkinter/tcl/tk8.6 delivered with 3.7.  See #34275.
msg322711 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2018-07-31 02:34
After doing some experiments, I decided that this is the same issue with a different window.
History
Date User Action Args
2022-04-11 14:59:04adminsetgithub: 78462
2018-07-31 02:34:21terry.reedysetstatus: open -> closed
superseder: IDLE: Freeze when closing Settings (& About) dialog on MacOS
messages: + msg322711

dependencies: - IDLE: no calltips on MacOS with tk 8.6
resolution: duplicate
stage: resolved

2018-07-30 23:45:44terry.reedysetdependencies: + IDLE: no calltips on MacOS with tk 8.6
messages: + msg322697
title: "Go to Line" broken on OS X -> IDLE: closing "Go to Line" on OS X 3.7 activates wrong window
2018-07-30 13:06:36eamartincreate