Right clicking then dragging off of WAIL on a job id in Advanced>Heritrix causes WAIL to crash
Right-click on a job idea but don't release the button. Drag mouse outside of WAIL UI then release. WAIL crashes.
Replicable via python ./bundledApps/WAIL.py (src) with prompt reporting Segmentation fault: 11 and nothing else. This is likely involves wxPython.
When menu.Destroy() is removed from the source, the same behavior occurs (ruling out memory violation from the contextual menu).
evt.GetPosition() reports a negative value in manageJobs(self, evt): if above procedure is executed.
Unable to replicate this behavior in the current main branch on macOS 10.15.6.