Defect #5513
The length of Name filed in add new category does not match max length
| Status: | New | Start date: | 2010-05-12 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | UI | |||
| Target version: | - | |||
| Affected version: | devel | Resolution: |
Description
When typing in a value into the Name field of "Add New Category" it is possible to get a "Name is to long (Maximum is 30 characters)" Error even though the entire entered value can be seen in the text box.
It would be better if the number of columns in the the text box was equal in length to the number of valid characters.
Related issues
History
#1 Updated by Felix Schäfer about 2 years ago
- Category changed from Issues to UI
#2 Updated by Alain Alain091 about 2 years ago
- File issue_categories.rhtml.patch added
The tip is to add an :maxlength parameter in the text_field
see the patch attached
