Tal Einat <taleinat+pyt...@gmail.com> added the comment:

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()

----------
nosy: +taleinat

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40452>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to