Defect #23575
Issue subjects are truncated at 60 characters on activity page
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI | |||
Target version: | 3.4.0 | |||
Resolution: | Fixed | Affected version: |
Associated revisions
Don't truncate activity titles (#23575).
History
#1
Updated by JW Fuchs almost 6 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.
#2
Updated by Toshi MARUYAMA almost 6 years ago
- Category set to UI
#3
Updated by Marius BALTEANU over 5 years ago
- File do-not-truncate-activity-subject.patch
added
- File after.png added
- File 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.
#4
Updated by Toshi MARUYAMA over 5 years ago
- Target version set to 3.4.0
#5
Updated by Jean-Philippe Lang over 5 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.
#6
Updated by JW Fuchs over 5 years ago
Great! Thank you.