Bug 27746 - BLOCK-CONTAINER tag does not seem to work
Summary: BLOCK-CONTAINER tag does not seem to work
Status: CLOSED DUPLICATE of bug 21640
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.5
Hardware: PC All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-17 15:27 UTC by Benoit de Malartic
Modified: 2012-04-01 13:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Benoit de Malartic 2004-03-17 15:27:48 UTC
BLOCK-CONTAINER basic porperties such as width, top, bottom, length are not 
taken into account. 
It just seems the BLOCK-CONTAINER tag is interpreted like the BLOCK tage.

With the following code ...

<fo:block-container
  absolute-position="absolute"
  top="15mm"
  left="100mm"
  width="70mm"
  height="5cm"
  font-size="12pt"
  font-family="sans-serif">
  <fo:block>
     This is a sample text
  </fo:block>
</fo:block-container>

.... I always get a top-left aligned block whatever the values of width, 
bottom, height & left are. The block is always resized to the size of the 
inside text.

Thanks in advance
Comment 1 Benoit de Malartic 2004-03-17 15:49:25 UTC
OK my mistake ...

I've just read bug #21640 and the bug is actually already known
(cf. http://xml.apache.org/fop/compliance.html#fo-object-block-container )



*** This bug has been marked as a duplicate of 21640 ***
Comment 2 Glenn Adams 2012-04-01 13:53:45 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs