Bug 473375 - <screen> & <programlisting> in tables overhang the right side of their cell in PDF
Summary: <screen> & <programlisting> in tables overhang the right side of their cell i...
Keywords:
Status: CLOSED DUPLICATE of bug 467654
Alias: None
Product: Publican
Classification: Community
Component: publican
Version: 2.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Jeff Fearn 🐞
QA Contact: Content Services Development
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-11-28 06:14 UTC by Dana Mison
Modified: 2010-11-24 03:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-11-30 21:55:15 UTC
Embargoed:


Attachments (Terms of Use)
example of output from pre-release publican (7.46 KB, image/png)
2008-11-30 21:56 UTC, Jeff Fearn 🐞
no flags Details

Description Dana Mison 2008-11-28 06:14:49 UTC
Description of problem:
<screen> & <programlisting> in table cells "overhang" to the right, either into the next cell or outside the table in PDF

Version-Release number of selected component (if applicable):
0.38

How reproducible:
everytime

Steps to Reproduce:
1.
<table><title>test table</title>
<tgroup align="left" cols="2" colsep="1" rowsep="1">
<thead><row><entry>Database</entry> <entry>JDBC Driver</entry></row></thead>
<tbody>
<row>
  <entry><screen>java -jar SomeJar.jar</screen></entry>
  <entry>some text here</entry>
</row>
<row>
  <entry>some text here</entry>
  <entry><programlisting language="java">someClass.someMethod();</programlisting></entry>
</row>
</tbody></tgroup></table>

2.
make clean pdf-en-US

Actual results:
The contents of both the <programlisting> and <screen> tags extend slighting beyond the righthand wall of their respective cells.  Screenshot attached.

Expected results:
The contents should be contained in each cell with even cell padding.

Comment 1 Jeff Fearn 🐞 2008-11-30 21:55:15 UTC

*** This bug has been marked as a duplicate of bug 467654 ***

Comment 2 Jeff Fearn 🐞 2008-11-30 21:56:19 UTC
Created attachment 325150 [details]
example of output from pre-release publican


Note You need to log in before you can comment on or make changes to this bug.