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: 67401
Status: resolved
Priority: 0/
Queue: PDF-Table

People
Owner: jbazik [...] cpan.org
Requestors: trent_townsend [...] nextstepinnovation.com
Cc:
AdminCc:

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



Subject: Cell props lost after do_leftovers
Linux encompass.nextstepinnovation.com 2.6.18-238.5.1.el5 #1 SMP Fri Apr 1 18:42:32 EDT 2011 i686 i686 i386 GNU/Linux perl v5.8.8 PDF::Table v 0.9.3, line 624 The cell_props values are being accidentally shifted by 1 row when the do_leftovers value is set to 1. I want a particular row's background color to be unique. This works fine setting cell_props values. However, when a row spans two pages and generates leftovers, the unique row loses it background color to the row before it. Line 624 cant be modified to the following to fix this problem: $row_cnt++ unless ( $first_row || $do_leftovers); Thanks!
Thanks for reporting and diagnosing this. Fixed in 0.9.4. John