You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2006/07/05 16:21:43 UTC

DO NOT REPLY [Bug 39968] - Absolutely positioned block-container affects the normal-flow layout

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=39968>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=39968





------- Additional Comments From martin.zak@gingerall.com  2006-07-05 14:21 -------
code snippet:

<fo:flow font-family="Times" font-size="12pt" flow-name="xsl-region-body"
margin-left="1.37in">

   <fo:block-container margin="0pt" padding="0pt" width="30pt"
start-indent="0pt" absolute-position="absolute">
       <fo:block>[abs]</fo:block>
   </fo:block-container>

   <fo:block space-before="9pt">lorem ipsum dolores...</fo:block>

</fo:flow>


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.