My table height has stopped working after I upgraded to 0.94. My previous code was:
<fo:table table-layout="fixed" width="100%" height.minimum="45mm" border="1pt solid red"> I tried: <fo:table table-layout="fixed" width="100%" block-progression-dimension.minimum="45mm" border="1pt solid red"> Neither work. The table shrinks to the minimum size needed to fit all of the row data. I noticed the following message in my log: 12:45:42,969 WARN [FONode] Warning(Unknown location): fo:table, only a value of "auto" for block-progression-dimension has a well-specified behavior on fo:table. Falling back to "auto" Is this the problem? Did something change that I am missing? -Lou
