Ticket #101 (closed defect: fixed)

Opened 5 years ago

Last modified 4 years ago

horizontal line in table rendered too high

Reported by: martin Assigned to:
Priority: minor Milestone: xmlroff 0.5.5
Component: libfo Version: 0.5.x
Keywords: table Cc:
Blocking:

Description

A horizontal line in the second row of a DocBook table is rendered "too high":

+-----+-----+
|OK   |OK   |
+-----+-----+
|long |short|
|text +-----+
+-----+     |
|OK   |OK   |
+-----+-----+

fop, in contrast, behaves correctly on this. DocBook input is attached. I use xmlroff 0.5.3, docbook-xsl 1.73.2, no custom XSL.

Attachments

table.dbk (0.7 kB) - added by martin on 01/26/08 15:31:06.

Change History

01/26/08 15:31:06 changed by martin

  • attachment table.dbk added.

02/28/08 12:29:30 changed by tkg

(In [336]) Added tests for #101. (Re #101).

02/28/08 12:48:59 changed by tkg

  • status changed from new to closed.
  • resolution set to fixed.

(In [337]) Setting cell height to available height as set by row. Closes #101.

02/28/08 20:44:57 changed by tkg

  • milestone set to xmlroff 0.5.5.