Bug 192497 - Regressions in Identity dialog handling
Summary: Regressions in Identity dialog handling
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: general (show other bugs)
Version: Git
Platform: Unlisted Binaries Linux
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks: 187307
  Show dependency treegraph
 
Reported: 2009-05-12 23:20 UTC by Eike Hein
Modified: 2012-04-02 11:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.