#1437 Required field marked invalid before entering the value
Closed: Fixed None Opened 12 years ago by edewata.

The validation is triggered by a keyup event, so when the user navigates to a required field using the Tab key, the validation will fail because the field is still empty. This doesn't actually cause real problems, but it would be strange to show a validation error before the user has a chance to enter anything. This issue doesn't happen if the user clicks the field with a mouse.

Steps to reproduce:
1. In Web UI go to Identity -> Users.
2. Click Add then click Tab key to go to the First Name field.

Actual result: An error message 'Required field' appears underneath the First Name field.

Expected result: The error message should only appear if the user leaves the required field with empty value or click Add.


Metadata Update from @edewata:
- Issue assigned to admiyo
- Issue set to the milestone: FreeIPA 2.1 - 2011/07

7 years ago

Login to comment on this ticket.

Metadata