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 2010/01/26 16:59:27 UTC

DO NOT REPLY [Bug 48622] New: incorrect hyphenation

https://issues.apache.org/bugzilla/show_bug.cgi?id=48622

           Summary: incorrect hyphenation
           Product: Fop
           Version: 0.95
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: maf@ppi.de


Hello,

I have created a table with FOP 0.95. In one of the cells I put the text:

"<...> has been caused by a transfer event." 

FOP 0.95 applies hyphenation on it which results in 

"has been caused by a transfer-<linebreak> event." - which is not ok.

The same happens with the text "information on the cause of the" resulting in
"information on the cause-<linebreak> of the".

I am using fop-hyph.jar as hyphenation resource.

The code looks like this:
 <fo:table-row keep-together="always">
  <fo:table-cell height="{$stdsize}" padding="1mm" border-style="solid"
border-width="0.5pt">
    <fo:block font-size="{$stdsize}" hyphenate="true">
      <xsl:value-of select="string($label)" />
    </fo:block>
  </fo:table-cell>
 ...

I would appreciate any help on this.

Regards, 
 Matthias

-- 
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 48622] incorrect hyphenation

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48622

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |CLOSED

--- Comment #3 from Glenn Adams <gl...@skynav.com> 2012-04-01 13:53:32 UTC ---
batch transition to closed remaining pre-FOP1.0 resolved bugs

-- 
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 48622] incorrect hyphenation

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48622

Vincent Hennebert <vh...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO

--- Comment #1 from Vincent Hennebert <vh...@gmail.com> 2010-02-15 11:40:20 UTC ---
(In reply to comment #0)

Hi,

please ask questions on the fop-users mailing list first:
http://xmlgraphics.apache.org/fop/maillist.html#fop-user
If your problem turns out to be caused by a bug, then you can create a Bugzilla
issue.

I can't reproduce your problem with a simple test file. Can you please provide
a complete XSL-FO file (not XSLT) showing the issue?

Thanks,
Vincent

-- 
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 48622] incorrect hyphenation

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=48622

maf@ppi.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEEDINFO                    |RESOLVED
         Resolution|                            |WORKSFORME

--- Comment #2 from maf@ppi.de 2010-03-02 14:30:04 UTC ---
The problem has been solved by using

 <fo:table-row keep-together.within-column="always">

instead of 

  <fo:table-row keep-together="always">

on all involved table-cells.

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