-
Improvement
-
Resolution: Fixed
-
Minor
-
4.4
-
MOODLE_404_STABLE
-
MOODLE_404_STABLE
-
MDL-80923-main -
-
2
-
HQ 2024 Sprint I1.2 Moppies
While working on MDL-80460, the UX team proposed to remove the "Custom" checkbox available in the Edit settings page for sections in ALL course formats:
The custom checkbox behaviour is a creative solution from a time when HTML forms were far more basic. Nowadays, HTML5 forms have more advanced features that can be used in those cases.
The proposal is to stop using a "defaultcustom" field for the section name and replace it by a regular input field with a placeholder. The placeholder will display the default name when the field is empty but will allow the user to set a custom value when needed.
This is an example of a boostrap field using placeholders:
<div class="form-group"> |
<label for="fieldId">Name</label> |
<input
|
type="test" |
class="form-control" |
id="fieldId" |
placeholder="Default section name" |
>
|
</div>
|
The new behaviour is similar to the in-place editable used on the course page to rename sections, and there are no complaints about how it works.
- has to be done after
-
MDL-80939 UX review - Remove the Custom checkbox from the Settings page for the topics course format
- Closed
- has to be done before
-
MDL-80994 Section name field should be a required field in the section Settings page form
- Open
- is blocked by
-
MDL-80460 Create section with "New section" name and stop using the auto-renaming for the topics course format
- Closed
- Testing discovered
-
MDL-81050 Using "Edit section name" inline from the section page doesn't propagate the new section name
- Closed
- mentioned in
-
Page Loading...