Ticket #89 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

fo_region_body_validate() does not set 'region-name' property if defaulted

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

Description

fo_region_body_validate() currently registers its region name with its page master by using the 'region-name' property value if the property is set and using a default value if the property is not set.

fo_region_body_validate() does not set the 'region-name' property if the property is not set, so, for example, the default region name does not appear when you dump the FO tree using "xmlroff -d 2 ...".

fo_region_body_validate() should set the property if it is not set.

The other region FOs probably do the same thing.

Change History

10/04/07 10:45:26 changed by tkg

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

(In [231]) Setting default 'region-name' property value if not specified. (Closes #89.)

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

  • milestone set to xmlroff 0.5.3.