Vote #77725
完了Issue subjects are truncated at 60 characters on activity page
0%
説明
While the 60 character limitation has been removed elsewhere (see #18659, #19970), the issue still persists in several places, including the activity page:
!activity_truncated.PNG!
journals
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:
!before.png!
After patch:
!after.png!
It's a small change that will improve this page.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fixed in r15858. I've preserved the call to #format_activity_title and changed its behaviour.
--------------------------------------------------------------------------------
Great! Thank you.
--------------------------------------------------------------------------------