Feature #32764
closedMake form validation errors more obvious for users
0%
Description
Currently, the validation errors are shown only on top of the page:
which makes very hard for the user to find those fields with errors, especially when there are multiple fields (how is in the case of an issue).
What do you think if we make those fields with errors more obvious?
Files
Related issues
Updated by Go MAEDA almost 5 years ago
Marius BALTEANU wrote:
What do you think if we make those fields with errors more obvious?
+1
It is a very common interface. And the issue form tends to have many fields, so Redmine should definitely have this feature.
Updated by Mischa The Evil almost 5 years ago
Marius BALTEANU wrote:
What do you think if we make those fields with errors more obvious?
I think that would be a nice improvement indeed. Though I'm not sure if the field label should be changed too or if the highlighting of the actual field (border) itself is sufficient. We might want to get some feedback on that as some users may have patched/changed the core in such a way that it has custom field styling which may conflict with such a change (however, such shouldn't block a change like proposed here).
Updated by Marius BĂLTEANU almost 5 years ago
- File 0001-Highlight-fields-with-validation-error.patch 0001-Highlight-fields-with-validation-error.patch added
Here is the patch.
Mischa The Evil wrote:
I think that would be a nice improvement indeed. Though I'm not sure if the field label should be changed too or if the highlighting of the actual field (border) itself is sufficient. We might want to get some feedback on that as some users may have patched/changed the core in such a way that it has custom field styling which may conflict with such a change (however, such shouldn't block a change like proposed here).
Initially, I tried only the field (border), but because all labels are bold, it wasn't obvious enough for me. Anyway, any option works for me.
Updated by Go MAEDA almost 5 years ago
- Target version set to 4.2.0
This is a nice UI improvement!
Setting the target version to 4.2.0.
Updated by Go MAEDA almost 5 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you for improving Redmine.
Updated by Go MAEDA almost 4 years ago
- Related to Defect #34580: Custom field labels do not contain class "error" when the field value is invalid added