Feature #14275
closedAdd hinting to custom fields
0%
Description
I have developed a plugin called "redmine_custom_field_hints" which seems that it may lend itself to the core as a nice feature.
While there is the option to specify a default value for custom options, there is no way to provide a static "hint" which disappears when the user focuses the input and reappears if the input is empty when blurred.
This module only applies to issue custom fields; however, it can easily be expanded to all other custom field types. It will only work with "string", "text", and "date" input types.
This feature "push" was requested by cforce
Plugin Repository: https://github.com/bpat1434/redmine_custom_field_hints
Files
Related issues
Updated by Terence Mill about 11 years ago
Please take this feature into accoutn for next release, its a low hangig fruit and very usefull. Online helps/hints makes every system much more usable..
Updated by Go MAEDA over 5 years ago
- Related to Feature #15699: Description for custom fields added
Updated by Go MAEDA over 3 years ago
- File 14275.patch 14275.patch added
- File placeholder.png placeholder.png added
The attached patch adds a feature very similar to the plugin. Instead of
to show the custom field's description as a placeholder. Instead of "Hint Text" column added by the plugin, it uses the custom field's description as a placeholder text.
Updated by Go MAEDA over 3 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA over 3 years ago
- File 0001-Use-a-variable-to-reference-a-CustomField-object.patch 0001-Use-a-variable-to-reference-a-CustomField-object.patch added
- File 0002-Show-a-custom-field-description-as-a-placeholder.patch 0002-Show-a-custom-field-description-as-a-placeholder.patch added
Split the patch into two parts:
- 0001-Use-a-variable-to-reference-a-CustomField-object.patch: code cleanup
- 0002-Show-a-custom-field-description-as-a-placeholder.patch: implements the feature
Updated by Go MAEDA over 3 years ago
- Target version changed from Candidate for next major release to 5.0.0
Setting the target version to 5.0.0.
Updated by Go MAEDA over 2 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patches.
Now the description of a custom field is shown as a placeholder.