DO NOT REPLY [Bug 19341] leader doesn't work since 0.20.5.rc2

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=19341

Glenn Adams gl...@skynav.com changed:

   What|Removed |Added

 Status|VERIFIED|CLOSED

--- Comment #6 from Glenn Adams gl...@skynav.com 2012-04-01 14:39:28 UTC ---
transition (old) verified bugs to closed

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


DO NOT REPLY [Bug 19341] - leader doesn't work since 0.20.5.rc2

2005-08-09 Thread bugzilla
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=19341.
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=19341





--- Additional Comments From [EMAIL PROTECTED]  2005-08-09 11:43 ---
(In reply to comment #2)
 Leaders do work, they just work different than before. The new behaviour is
 meant to be more intuitive (BTW the spec is so loose that both the old and
 the new way are conformant to the spec).
 Use text-align-last=justify to see the difference.

This does not work for me. When I add the text-align-last=justifiy attribute
to the parent fo:block element and start fop, it breaks down with following
error message:
[ERROR] null

My code looks like this:

fo:block font-family=Times font-size=12pt text-align-last=justify
  fo:block font-weight=bold
   Text
  /fo:block
  fo:leader leader-pattern=rule rule-thickness=6pt
alignment-adjust=middle  leader-length=100% space-after=6pt/
  fo:block
   Text
  /fo:block
  fo:block
   Text
  /fo:block
  fo:block
   Text
  /fo:block
  fo:block space-after=20pt
   Text
  /fo:block
  fo:block space-after=6pt font-weight=bold
   Text
  /fo:block
  fo:leader leader-pattern=rule leader-length=100% 
space-after=6pt/
  fo:block
   Text
  /fo:block
  fo:block
   Text
  /fo:block
  fo:block
   Text
  /fo:block
  fo:block
   Text
  /fo:block
  /fo:block

What do I do wrong? Or is this a bug?

-- 
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.