Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the PDF-Table CPAN distribution.

Report information
The Basics
Id: 38378
Status: resolved
Priority: 0/
Queue: PDF-Table

People
Owner: Nobody in particular
Requestors: chris [...] chrissearle.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Odd behaviour with e-mail addresses
Date: Sun, 10 Aug 2008 22:26:31 +0200
To: bug-PDF-Table [...] rt.cpan.org
From: Chris Searle <chris [...] chrissearle.org>
Download smime.p7s
application/pkcs7-signature 2.4k

Message body not shown because it is not plain text.

I'm getting odd spaces turning up in e-mail addresses in tables - seems to be related to length. I tried the following test data: my $mail_data =[ ["E-mail", ""], ["Test 1", 'chris@foo.bar'], ["Test 2", 'chris@fooo.bar'], ["Test 3", 'chris@foooo.bar'], ["Test 4", 'chris@fooooo.bar'], ["Test 5", 'chris@foooooo.bar'], ["Test 6", 'chris@fooooooo.bar'], ["Test 7", 'chris@foooooooo.bar'], ["Test 8", 'chris@fooooooooo.bar'], ["Test 9", 'chris@foooooooooo.bar'], ["Test 10", 'chris@fooooooooooo.bar'], ]; I get the following result - note the spacing issue on tests 9 and 10.
Download demo.pdf
application/pdf 14.2k

Message body not shown because it is not plain text.

The test file that generated this:

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #38378] AutoReply: Odd behaviour with e-mail addresses
Date: Sun, 10 Aug 2008 22:53:54 +0200
To: bug-PDF-Table [...] rt.cpan.org
From: Chris Searle <chris [...] chrissearle.org>
OK - typical - send the mail then find the fix :) It helps to set max_word_length to greater than the largest e-mail address length.
Download smime.p7s
application/pkcs7-signature 2.4k

Message body not shown because it is not plain text.

Invalid