Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.4.6
-
Fix Version/s: Unscheduled
-
Component/s: Core CiviCRM
-
Labels:None
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
Description
Long tag names and descriptions blow out the column lengths of the administration UI making it difficult to use. It would be preferable if word wrapping be used instead.
To reproduce:
1. Go to http://drupal.demo.civicrm.org/civicrm/admin/tag?reset=1
2. Click "Add tag"
3. Create a tag with the maximum length tag name and description
4. Press Save
5. Tag administration table distorted.
[EDIT]: it appears to be a problem with word wrapping on inline editing fields. In the case of the Tag list page (civicrm/admin/tag), it's the inline editable columns "Tag" and "Description" causing the issue. But I've also found the same issue on the Headers, Footers, and Automated Messages page (civicrm/admin/component). On this page, there is exactly the same issue with the "Name" column.