This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients epaine, eryksun, taleinat, terry.reedy
Date 2020-05-18.09:35:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589794558.12.0.589419765967.issue40452@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce this behavior on macOS as well, so this doesn't seem to be Windows-specific.

This does not happen with other apps in general, so it is not normal behavior for apps.

Testing with a minimal tkinter app (see code below) gives similar behavior, so this appears to be an issue with tkinter and/or tcl/tk.


import tkinter
text = tkinter.Text()
text.pack()
tkinter.mainloop()
History
Date User Action Args
2020-05-18 09:35:58taleinatsetrecipients: + taleinat, terry.reedy, eryksun, epaine
2020-05-18 09:35:58taleinatsetmessageid: <1589794558.12.0.589419765967.issue40452@roundup.psfhosted.org>
2020-05-18 09:35:58taleinatlinkissue40452 messages
2020-05-18 09:35:58taleinatcreate