Bug 192497

Summary: Regressions in Identity dialog handling
Product: [Applications] konversation Reporter: Eike Hein <hein>
Component: generalAssignee: Konversation Developers <konversation-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: Git   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 187307    

Description Eike Hein 2009-05-12 23:20:35 UTC
Summary bug for regressions in the handling/usability of the Identity dialog.

Currently known problems:

- Trying to 'OK' the Identity dialog without required fields having been filled in results in the expected error dialog. However, 'OK'ing the error dialog dismisses the Identity dialog. The dialog should instead be kept open to allow filling in the missing fields immediately. This is how it used to work, i.e. this behavior is a regression.

- We used to do better at pre-filling the "ident" field with something useful. Since it's a required field, our failure to do so anymore prompts users to fill in something rather technical before they can get started.
Comment 1 Peter Simonsson 2009-05-15 22:44:32 UTC
SVN commit 968490 by psn:

Don't close the identity dialog if there's an error.
CCBUG: 192497


 M  +2 -3      identitydialog.cpp  
 M  +3 -2      identitydialog.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=968490
Comment 2 Eike Hein 2012-04-02 11:08:51 UTC
This has been addressed.