On Thu, Dec 08, 2005 at 04:06:16PM +0100, Jeremias Maerki wrote: >Problem fixed in Subversion: >http://svn.apache.org/viewcvs?rev=355105&view=rev > >:-)
this fixes the descripted issue but has another unwanted side effect: if a cell that spannes more rows is broken between two pageges you get the following behaviour: +--------------+------------------+ | header col1 | header col2 | +--------------+------------------+ | rowspan="6" | row1 | | |------------------+ | | row2 | | |------------------+ | | row3 | +--------------+------------------+ ---> pagebreak <--- +--------------+------------------+ | header col1 | header col2 | +--------------+------------------+ | | row4 | +--------------+------------------+ | | row5 | +--------------+------------------+ | | row6 | +--------------+------------------+ the first page is ok but on the second the spanned cell has horizontal lines (borders) _within_ the spanned rowcount. gerhard -- .''`. gerhard oettl on Debian/Gnu Linux : :' : `. `'` gpg key: 1024D/D59131AA 2002-06-18 `- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
