Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.9
-
Fix Version/s: 2.0.8
-
Component/s: Forms Library
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
The required field notification should be shown only before the form is being submitted. Now, for example, clicking the "Unmask" check box when adding a user shows the red "Required" box for the password.
It's a minor thing, but the same happens in other places too. Could the check be done before submitting only, or is this the required functionality? Confuses and/or slightly annoys me, but if others want the check to be done eagerly, then "Won't fix" this...
Yup,
I also have seen the client validation to be triggered before submit, in the middle of the form fulfil process. Is there any good reason to trigger it before submission?
Adding some people here and addressing to 1.9.1...