Adium

Ticket #3235 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Typo in default emoticon

Reported by: macgeek Assigned to: evands
Priority: normal Milestone: Adium X 1.0
Component: Adium UI Version: 0.89
Severity: trivial Keywords: emoticon typo
Cc: Patch:
Pending:

Description

Steps to reproduce: - open preferences - go to the Appearance tab - click Customize... next to the Emoticons popup menu - select the default set The emoticon that should say "Sticking Out Tongue" says "Sticking Out Tongu."

Attachments

adium.png (7.1 kB) - added by macgeek on 02/24/2006 03:20:46 AM.
Screenshot of typo

Change History

02/24/2006 03:20:46 AM changed by macgeek

  • attachment adium.png added.

Screenshot of typo

02/24/2006 03:21:31 AM changed by macgeek

Forgot: this is on Mac OS X 10.4.5.

02/24/2006 04:42:29 AM changed by kiel

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

This is not an issue in 1.0svn (for that particular emoticon at least). The problem is that the length of the text exceeds the rect of the view the text is drawn in, hence the "e" gets the clip. So anyone with an absurdly long name for an emoticon will find that the name is clipped.

02/24/2006 04:47:25 AM changed by kiel

  • status changed from closed to reopened.
  • resolution deleted.

Nup I'm wrong, it is an issue with 1.0svn. But I am right as to why the "e" is missing.

04/12/2006 12:44:51 PM changed by evands

  • owner changed from nobody to evands.
  • status changed from reopened to new.
  • milestone set to Adium X 1.0.

04/12/2006 12:47:21 PM changed by evands

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

(In [15748]) Improved the Emoticons Customize sheet:

  • Emoticon images are cached (temporarily, of course) for a huge speed improvement when scrolling within the emoticons of an emoticon pack.
  • Name and text equivalent are now vertically centered and truncate if necessary by ellipsizing the tail. Fixes #3235.