Defect #8064
Text custom fields do not wrap on the issue list
| Status: | Closed | Start date: | 2011-04-05 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | UI | |||
| Target version: | 1.2.0 | |||
| Affected version: | Resolution: | Fixed |
Description
In issue listings, Subject lines have a special wrap applied to them. This allows long title lines to wrap and not extend the table out.
However, freetext custom fields lack this when used as a column in an issue listing. Freetext fields with long content will stretch the entire listing horizontally, hiding content from view.
About your application's environment Ruby version 1.8.7 (i386-mingw32) RubyGems version 1.3.7 Rack version 1.0 Rails version 2.3.5 Active Record version 2.3.5 Active Resource version 2.3.5 Action Mailer version 2.3.5 Active Support version 2.3.5 Application root c:/redmine_entchan Environment production Database adapter mysql Database schema version 20100819172912
Associated revisions
Wrap text custom fields in the issue list (#8064).
History
#1 Updated by Pierce Morton about 2 years ago
Also note that this cannot be seen in IE, due to a bug in that browser preventing the nowrap property being inherited in the first place.
#2 Updated by Jean-Philippe Lang about 2 years ago
- Category changed from Custom fields to UI
- Status changed from New to Closed
- Target version set to 1.2.0
- Resolution set to Fixed
Fixed in r5332.
#3 Updated by Jean-Philippe Lang about 2 years ago
- Subject changed from Issue lines fail to include wrap property on custom field TDs, inducing massive page stretch to Text custom fields do not wrap on the issue list