[issue34864] In Idle, Mac tabs make editor status line disappear.

Terry J. Reedy report at bugs.python.org
Sun Dec 16 13:36:22 EST 2018


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Ned, the warning is non-specific as to what might go wrong.  I would not want to remove it until I had tested everything possibly relevant with tabbing set.  And there is still the possibility that people will run IDLE with earlier tk releases.

The #33397 issue of the close button disappearing was solved by packing the close button first.  In the editor, the status bar is already packed into the ListedTopLevel first, before the text frame (perhaps for the same reason).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34864>
_______________________________________


More information about the Python-bugs-list mailing list