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 terry.reedy
Recipients claird, firatozgul, gpolo, terry.reedy
Date 2021-01-09.00:18:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610151504.01.0.40024090803.issue9673@roundup.psfhosted.org>
In-reply-to
Content
My testing was inadequate.  From #42867, it appears that 0. the bug is limited to Windows; 1. opening a canned dialog or message box is part of getting the buggy behavior; 2. timing is involved; 3. the bug can be exhibited on Windows directly with wish/tk, so that it is a 3rd party tcl/tk issue and not a tkinter issue.  Hence changing the issue resolution.

A workaround mentioned in both the referenced tkinter thread and #42867 is to call after_idle() at some point.
History
Date User Action Args
2021-01-09 00:18:24terry.reedysetrecipients: + terry.reedy, gpolo, firatozgul, claird
2021-01-09 00:18:24terry.reedysetmessageid: <1610151504.01.0.40024090803.issue9673@roundup.psfhosted.org>
2021-01-09 00:18:23terry.reedylinkissue9673 messages
2021-01-09 00:18:23terry.reedycreate