Ticket #91 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

fo:table-column with column-width in percent fails

Reported by: TrueBrain Assigned to:
Priority: minor Milestone: xmlroff 0.5.3
Component: libfo Version: 0.5.x
Keywords: Cc:
Blocking:

Description

When trying, in a <fo:table>:

<fo:table-column column-width="10%" />

It fails with an assert:

libfo-ERROR **: file fo-property-column-width.c: line 228 (fo_property_column_width_resolve_percent): assertion failed: (table != NULL)

This does work:

<fo:table-column column-width="proportional-column-width(10)" />

It did work in xmlroff 0.3.99, but fails in 0.5.2.

Change History

10/02/07 20:08:21 changed by tkg

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

(In [216]) Updated object name for referring to table ancestor. (Closes #91.)

10/11/07 11:28:20 changed by tkg

  • milestone set to xmlroff 0.5.3.