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

           Summary: ClassCastException on right border in fo:inline
           Product: Fop
           Version: 0.91
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: pdf
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: [EMAIL PROTECTED]


If there is text data after the end-tag of an fo:inline and this fo:inline has a
border-right property set, then FOP crashes with java.lang.ClassCastException:
org.apache.fop.layoutmgr.inline.KnuthInlineBox

The problem does apply only to border-right (the borders of the other sides or
fo:inline without borders are not affected).

The problem does not occure if the end-tag of fo:inline is followed by a space
character (but this really isn't a workaround, as the space is visible in the
output). E.g.:

BAD: "text</fo:inline>. Go on ..." 
GOOD: "text</fo:inline> and go on ..."

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

Reply via email to