Bug 30635 - PasswordInputBox: validation when typing the password does not work correctly
PasswordInputBox: validation when typing the password does not work correctly
Status: CLOSED DUPLICATE of bug 34484
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 3.1
Other Linux
: P3 minor (vote)
: UCS 3.2-2-errata
Assigned To: Alexander Kläser
Florian Best
:
: 28101 (view as bug list)
Depends on:
Blocks: 34484 35815
  Show dependency treegraph
 
Reported: 2013-03-01 17:13 CET by Alexander Kläser
Modified: 2014-09-11 08:23 CEST (History)
2 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Usability
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Kläser univentionstaff 2013-03-01 17:13:25 CET
PasswordInputBox used to validated and show any mismatching character directly when typing the password a second time. Since UCS 3.1 a validation is only done after when the focus leaves the input field.
Comment 1 Alexander Kläser univentionstaff 2014-06-27 19:39:50 CEST
This is behaviour is needed for the revised appliance wizard (Bug 34484).
Comment 2 Alexander Kläser univentionstaff 2014-07-11 12:43:49 CEST
There seems to be a general problem with the validation. The Dojo behaviour is as follows. If widget.validate() is called without having focussed it, the field is not visually marked as invalid. If dijit/form/Form::validate() is called, this is taken into account by setting widget._hasBeenBlurred=true.

See also: https://bugs.dojotoolkit.org/ticket/17340
Comment 3 Alexander Kläser univentionstaff 2014-07-21 17:12:50 CEST
This bug has been fixed along with Bug 34484.

*** This bug has been marked as a duplicate of bug 34484 ***
Comment 4 Florian Best univentionstaff 2014-07-23 12:04:23 CEST
OK
Comment 5 Florian Best univentionstaff 2014-07-28 09:02:22 CEST
*** Bug 28101 has been marked as a duplicate of this bug. ***