Bug 30635

Summary: PasswordInputBox: validation when typing the password does not work correctly
Product: UCS Reporter: Alexander Kläser <klaeser>
Component: UMC (Generic)Assignee: Alexander Kläser <klaeser>
Status: CLOSED DUPLICATE QA Contact: Florian Best <best>
Severity: minor    
Priority: P3 CC: hahn, walkenhorst
Version: UCS 3.1   
Target Milestone: UCS 3.2-2-errata   
Hardware: Other   
OS: Linux   
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:
Bug Depends on:    
Bug Blocks: 34484, 35815    

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. ***