Opened 13 years ago
Closed 12 years ago
#9889 closed Bug Report - General (Unverified)
MythArchive menu screens: misplaced punctuation and numbers
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythArchive | Version: | 0.24.1 |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
Punctuation marks and numbers that should be at the end of a line on the menu screen are shown at the beginning. This doesn't affect operation but ought to offend stylists. It's been like this 'forever'.
Sample extract from mythburn.log:
Wrapped text = Page 1
Image (146, 110) into space of (155, 120) at (55, 50)
Image resized to (155, 120) at (55, 50)
Added image /usr/share/mythtv/mytharchive/themes/MythCenter_-_Animated/preview-frame.png
Wrapped text = Guilty Pleasures
Wrapped text = ?Luxury in Ancient Greece: Nothing in Excess
Wrapped text = Tue 2011-06-28 00:45
Wrapped text = ,Documentary looking at the concept of luxury in ancient Greece
Wrapped text = from its role in democracy's origins in Athens to its denial in
Wrapped text = .Sparta
The wrapping is done in mythburn.py by:
def intelliDraw(drawer, text, font, containerWidth):
"""Based on http://mail.python.org/pipermail/image-sig/2004-December/003064.html"""
which has been modified from the reference quoted and includes a FIXME note.
Change History (5)
comment:1 Changed 13 years ago by
Component: | MythTV - General → Plugin - MythArchive |
---|---|
Owner: | set to paulh |
comment:2 Changed 13 years ago by
Owner: | paulh deleted |
---|---|
Status: | new → assigned |
comment:3 Changed 13 years ago by
comment:4 Changed 12 years ago by
It seems that this is no longer happening in 0.26-fixes. I haven't tried to find out why, but thanks!
comment:5 Changed 12 years ago by
Resolution: | → Unverified |
---|---|
Status: | assigned → closed |
Closing at submitter's request.
Thanks for re-testing and letting us know it was fixed, John.
See the attachments to http://code.mythtv.org/trac/ticket/10435 to see how it appears.