Defect #23575
closed
Issue subjects are truncated at 60 characters on activity page
Added by Anonymous over 8 years ago.
Updated about 8 years ago.
Description
While the 60 character limitation has been removed elsewhere (see #18659, #19970), the issue still persists in several places, including the activity page:
Files
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.
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.
- Target version set to 3.4.0
- 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.
Also available in: Atom
PDF