[publican-list] [Bug 473375] New: <screen> & <programlisting> in tables overhang the right side of their cell in PDF

bugzilla at redhat.com bugzilla at redhat.com
Fri Nov 28 06:14:50 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: <screen> & <programlisting> in tables overhang the right side of their cell in PDF

https://bugzilla.redhat.com/show_bug.cgi?id=473375

           Summary: <screen> & <programlisting> in tables overhang the
                    right side of their cell in PDF
           Product: Red Hat Enterprise Linux 5
           Version: 5.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: publican
        AssignedTo: jfearn at redhat.com
        ReportedBy: dmison at redhat.com
         QAContact: ecs-dev-list at redhat.com
                CC: publican-list at redhat.com
    Classification: Red Hat


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.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list