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 2002/06/14 13:49:54 UTC

DO NOT REPLY [Bug 9864] New: - fo:list-item-label at the end of line

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9864

fo:list-item-label at the end of line

           Summary: fo:list-item-label at the end of line
           Product: Fop
           Version: 0.20.3
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: sascha.gross@mathema.de


Hi!

This bug comes with 0.20.4rc

My list-item-labels will be placed at the end of the line if i set the attribute
text-align="end" at the fo:block element.

The problem comes with the AWTRenderer too.
I had a version, i think 0.20.3 or 0.20.3rc where it works. (only one works)

One example for the bug is one from FOP .../doc/examples/fo/list.fo


example fo:

<fo:list-block provisional-distance-between-starts="1.9cm"
provisional-label-separation="0.4cm">
 <fo:list-item start-indent="0.0cm" space-before="8pt">
  <fo:list-item-label end-indent="label-end()">
   <fo:block font-family="sans-serif" text-align="end" font-size="24pt">
     -
   </fo:block>
  </fo:list-item-label>
  <fo:list-item-body start-indent="body-start()">
   <fo:block font-size="24pt">
     Item
   </fo:block>
  </fo:list-item-body>
 </fo:list-item>
 <fo:list-item start-indent="0.0cm" space-before="8pt">
  <fo:list-item-label end-indent="label-end()">
   <fo:block font-family="sans-serif" text-align="end" font-size="24pt">
    -
   </fo:block>
  </fo:list-item-label>
  <fo:list-item-body start-indent="body-start()">
   <fo:block font-size="24pt">
    Item 2
   </fo:block>
  </fo:list-item-body>
 </fo:list-item>
</fo:list-block>


result:
Item                  -
Item                  -


thanks

Sascha

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org