Issue132

Title (wx, wx26) gnue-forms process doesn't end when closing forms and answering "save changes" with "no"
Priority bug Status external
Superseder Nosy List johannesV, reinhard
Assigned To johannesV Topics gnue-forms

Created on 2006-10-23.08:58:56 by reinhard, last changed 2007-05-20.10:34:19 by step.

Messages
msg251 (view) Author: reinhard Date: 2006-11-08.13:08:12
This is a wxpython bug that causes the main loop to hang if a form is destroyed
while it is not visible.
msg249 (view) Author: johannesV Date: 2006-11-08.10:43:41
Workaround added in rev 8994.  This bug is fixed with wx-2.7
msg230 (view) Author: reinhard Date: 2006-10-23.08:58:56
* open a form
* change some data
* close the form with the [X]
* answer the question whether to save changes with "no"
* the process will stay alive

The funny thing is that everything is ok if there are no unsaved changes.

I would wonder if this affects all UIs (win, gtk, osx) and if it is a
reproducible wx bug.
History
Date User Action Args
2006-11-08 13:08:12reinhardsetmessages: + msg251
2006-11-08 10:43:41johannesVsetstatus: unread -> external
messages: + msg249
2006-10-23 08:58:56reinhardcreate