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 Guilherme.Simões, Todd.Rovito, gpolo, r.david.murray, roger.serwy, terry.reedy
Date 2019-09-19.00:51:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568854305.33.0.737702809861.issue17822@roundup.psfhosted.org>
In-reply-to
Content
AttributeErrors on closing were a separate issue.  They are now caught on closing.  #35379.

Save on Close is now modal on Windows also, in that one cannot do anything with the Window being closed.

One can try to close a second dirty window.  Saying 'no' in either dialog no longer crashes.  The only oddity is that if one switched from the 2nd dialog to the 1st and say 'no' on the first first, it does not immediately close until one answers on the second.  It seems normal to me that the 2nd call that raises the 2nd dialog blocks the 1st from receiving and responding to the 1st click until the 2nd call returns.  

Thus the bugs reported here have been otherwise fixed.
History
Date User Action Args
2019-09-19 00:51:45terry.reedysetrecipients: + terry.reedy, gpolo, roger.serwy, r.david.murray, Todd.Rovito, Guilherme.Simões
2019-09-19 00:51:45terry.reedysetmessageid: <1568854305.33.0.737702809861.issue17822@roundup.psfhosted.org>
2019-09-19 00:51:45terry.reedylinkissue17822 messages
2019-09-19 00:51:44terry.reedycreate