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.
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
This has been addressed.