Project

General

Profile

Actions

Defect #22794

closed

Multi-value custom list fields are not wrapped in Issues view

Added by Christian Luginbühl almost 8 years ago. Updated almost 8 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
UI
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
Duplicate
Affected version:

Description

We have a custom value multi-value list field which can have quite a few activated items. When showing this field in the Issues view, the here comma-separated items are not wrapped which leads to very long lines and unnecessary horizontal scrolling. See attached image "redmine_multi_value_list_not_word_wrapping.png"

Expected behaviour: Multi-value list fields should be wrapped over multiple lines as seen in attached image "expected_redmine_multi_value_list_with_word_wrapping.png"

I did create this fix with a tiny CSS change in my custom theme:

tr.issue td.list {
    white-space: normal;
}

It seems that one cannot distinguish between single and multi-value fields out of the CSS classes that are set. It would be best if the rendering of multi-value list would add another class attribute.


Files


Related issues

Is duplicate of Redmine - Patch #22496: Add text wrap for multiple value list custom fieldsClosedJean-Philippe Lang

Actions
Actions #1

Updated by Go MAEDA almost 8 years ago

  • Category changed from Custom fields to UI
  • Status changed from New to Closed
  • Resolution set to Duplicate

Fixed by #22496.
It will be available as of Redmine 3.3.0.

Actions #2

Updated by Go MAEDA almost 8 years ago

  • Is duplicate of Patch #22496: Add text wrap for multiple value list custom fields added
Actions

Also available in: Atom PDF