Ticket #7253 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Long titles can break attachment listings

Reported by: nbachiyski Assigned to: anonymous
Priority: normal Milestone: 2.6
Component: General Version:
Severity: normal Keywords: has-patch
Cc:

Description

If an attchment has too long title (>120 chars) the listing of media items in Add media dialogs breaks. The Show/Hide button goes to the next line and is sometimes unclickable.

The patch limits the title to 100 characters, when used in that context.

Attachments

limit-attachment-titles.diff (417 bytes) - added by nbachiyski on 07/06/08 20:35:21.

Change History

07/06/08 20:35:21 changed by nbachiyski

  • attachment limit-attachment-titles.diff added.

07/06/08 21:15:39 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [8265]) Excerpt long media titles. Props nbachiyski. fixes #7253