New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 850655 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

Settings: in certificate-manager password encryption dialog, no errors are shown

Project Member Reported by scottchen@chromium.org, Jun 7 2018

Issue description

In the certificate-manager's password encryption dialog, the OK button stays disabled unless the passwords match, but no errors are shown if the passwords don't match, so if a user typo e.g. 12345 and 12346, it might be confusing why the OK button's not enabled.

maybe the validation logic should set the input's [invalid] attribute, and show a clear [error-message] string.
 
Screenshot from 2018-06-07 11-58-10.png
18.3 KB View Download
I am guessing that the original design was trying to avoid showing the error when the user has not finished typing the "confirm password".

Maybe a reasonable middle ground is the following (assuming "password" already filled in):

1) No error shown when "confirm password" is empty, OK button still disabled.
2) Error shown when "confirm password" in non-empty and passwords do not match. OK button still disabled.
3) No error shown when "confirm password" matches "password", OK button enabled.
Components: -UI>Browser>WebUI UI>Settings

Sign in to add a comment