Actions
Defect #23575
closedIssue subjects are truncated at 60 characters on activity page
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Files
Updated by Anonymous about 8 years ago
In fact the truncation here is at 100, not 60 characters. Still, this is totally unnecessary with modern wide displays and usual screen resolutions. The truncation should be completely removed or set to the field's max length.
Updated by Marius BĂLTEANU about 8 years ago
- File do-not-truncate-activity-subject.patch do-not-truncate-activity-subject.patch added
- File after.png after.png added
- File before.png before.png added
I made a patch that changes the truncation of activity subject/title from 100 characters to activity block max width (using CSS).
Before patch:
After patch:
It's a small change that will improve this page.
Updated by Jean-Philippe Lang about 8 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Fixed in r15858. I've preserved the call to #format_activity_title and changed its behaviour.
Actions