Summary: | Crash on CSVImport window close if CSVWizard window is gone | ||
---|---|---|---|
Product: | [Applications] kmymoney | Reporter: | Jakub Grandys <me> |
Component: | importer | Assignee: | KMyMoney Devel Mailing List <kmymoney-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lukasz.wojnilowicz, me |
Priority: | NOR | ||
Version: | 4.7.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kmymoney/c0073108f83af30218a05a568c74c5efac20728e | Version Fixed In: | 5.0.0 |
Sentry Crash Report: | |||
Attachments: |
Start page of CSV Wizard which is reacting on escape key.
Partially closed CSV Wizard window after pressing escape |
Description
Jakub Grandys
2015-06-14 10:31:18 UTC
Created attachment 93166 [details]
Start page of CSV Wizard which is reacting on escape key.
Created attachment 93167 [details]
Partially closed CSV Wizard window after pressing escape
I can reproduce this bug, so confirming. Git commit c0073108f83af30218a05a568c74c5efac20728e by Łukasz Wojniłowicz. Committed on 10/09/2016 at 16:18. Pushed by wojnilowicz into branch 'master'. Handle CSV Importer exits the right way 1) restore eventFilter only this time it's working right, 2) after pressing cancel button, CSV Wizard should close without any save, 3) CSV Wizard window should be modal and closed before main window. REVIEW:128876 FIXED-IN:5.0 M +23 -9 kmymoney/plugins/csvimport/csvwizard.cpp M +9 -8 kmymoney/plugins/csvimport/csvwizard.h M +7 -1 kmymoney/plugins/csvimport/csvwizard.ui http://commits.kde.org/kmymoney/c0073108f83af30218a05a568c74c5efac20728e |