[issue17822] Save on Close windows (IDLE)

Terry J. Reedy report at bugs.python.org
Wed Sep 18 20:51:45 EDT 2019


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

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.

----------
resolution:  -> out of date
stage: test needed -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list