Bug 473375

Summary: <screen> & <programlisting> in tables overhang the right side of their cell in PDF
Product: [Community] Publican Reporter: Dana Mison <dmison>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED DUPLICATE QA Contact: Content Services Development <ecs-dev-list>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0CC: mmcallis, publican-list
Target Milestone: ---Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-11-30 21:55:15 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
example of output from pre-release publican none

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