Mailing List Archive

[issue141] Cancellation during key generation leaves disabled buttons
New submission from David Faure <faure@kde.org>:

In the certificate generation wizard, fill in the first pages,
then click the "Generate Certificate" button.
In the password dialog (pineentry-qt), press Cancel.

Then "Generate Certificate" and "Back" are disabled, and "Next" is enabled, I
guess it should be the other way round.

CertificateWizardImpl::slotResult is called with res.error() set to
a strange value (when casting to int I get 587202659),
but strangely enough, the if (res.error()) test is false, so it goes to the
'success' case.
Cancelling should go to the first branch, but without the KMessageBox.

----------
assignedto: marc
messages: 651
nosy: david, marc
priority: bug
status: unread
title: Cancellation during key generation leaves disabled buttons
topic: certmanager
______________________________________________________
Aegypten issue tracker <aegypten-issues@intevation.de>
<https://intevation.de/roundup/aegypten/issue141>
______________________________________________________