View Issue Details

IDProjectCategoryView StatusLast Update
0001468Commit DesktopUncategorizedpublicMarch 7, 2024, 1:22 pm
ReporterScott Bradford Assigned ToScott Bradford  
PrioritynormalSeverityminor 
Status closedResolutionfixed 
Product Version1.0.0b2 
Target Version1.0.0b2Fixed in Version1.0.0b2 
Summary0001468: Bug: Saving Metadata Doesn't Close Window in GTK
DescriptionTraceback (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).

Activities

Scott Bradford

June 6, 2023, 2:17 pm

administrator   ~0003255

Fixed!

Scott Bradford

March 7, 2024, 1:22 pm

administrator   ~0003679

Released!

Issue History

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
March 7, 2024, 1:22 pm Scott Bradford Note Added: 0003679
March 7, 2024, 1:22 pm Scott Bradford Status resolved => closed