View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001468 | Commit Desktop | Uncategorized | public | June 6, 2023, 9:23 am | June 6, 2023, 2:17 pm |
Reporter | Scott Bradford | Assigned To | Scott Bradford | ||
Priority | normal | Severity | minor | ||
Status | resolved | Resolution | fixed | ||
Product Version | 1.0.0b2 | ||||
Target Version | 1.0.0b2 | Fixed in Version | 1.0.0b2 | ||
Summary | 0001468: Bug: Saving Metadata Doesn't Close Window in GTK | ||||
Description | Traceback (most recent call last): File "/home/sbradfor/Documents/Programming/commit/commit/ui/metawin.py", line 127, in do_meta_save self.EndModal(wx.ID_SAVE) wx._core.wxAssertionError: C++ assertion ""Assert failure"" failed at /tmp/pip-install-k1pw4yup/wxpython_3964bc35dfee40a89af66c8367f99ca9/ext/wxWidgets/src/gtk/dialog.cpp(196) in EndModal(): either wxDialog:EndModal called twice or ShowModal wasn't called Traceback (most recent call last): File "/home/sbradfor/Documents/Programming/commit/commit/ui/metawin.py", line 127, in do_meta_save self.EndModal(wx.ID_SAVE) wx._core.wxAssertionError: C++ assertion ""Assert failure"" failed at /tmp/pip-install-k1pw4yup/wxpython_3964bc35dfee40a89af66c8367f99ca9/ext/wxWidgets/src/gtk/dialog.cpp(196) in EndModal(): either wxDialog:EndModal called twice or ShowModal wasn't called ***** It throws the error in Windows as well, but closes and works...and it doesn't even throw the error on Mac. Issue relates to EndModal() being called when the window is no longer being opened as a modal, just a regular window (but always on top). | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
June 6, 2023, 9:23 am | Scott Bradford | New Issue | |
June 6, 2023, 9:23 am | Scott Bradford | Status | new => assigned |
June 6, 2023, 9:23 am | Scott Bradford | Assigned To | => Scott Bradford |
June 6, 2023, 12:32 pm | Scott Bradford | Summary | Bug: Saving Metadata Doesn't Close Window (at least in GTK) => Bug: Saving Metadata Doesn't Close Window in GTK |
June 6, 2023, 12:32 pm | Scott Bradford | Description Updated | |
June 6, 2023, 2:17 pm | Scott Bradford | Status | assigned => resolved |
June 6, 2023, 2:17 pm | Scott Bradford | Resolution | open => fixed |
June 6, 2023, 2:17 pm | Scott Bradford | Fixed in Version | => 1.0.0b2 |
June 6, 2023, 2:17 pm | Scott Bradford | Note Added: 0003255 |