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 "Björn Kautler (JIRA)" <ji...@apache.org> on 2015/08/18 16:11:45 UTC

[jira] [Created] (FOP-2516) unexpected hyphenation character added while hyphenate="false" is set

Björn Kautler created FOP-2516:
----------------------------------

             Summary: unexpected hyphenation character added while hyphenate="false" is set
                 Key: FOP-2516
                 URL: https://issues.apache.org/jira/browse/FOP-2516
             Project: FOP
          Issue Type: Bug
    Affects Versions: 2.0
            Reporter: Björn Kautler


The following snippet (numbers are just for numbering lines as JIRA breaks lines)

{code:xml}
1. <fo:block space-before.optimum="0.6em" space-before.minimum="0.4em" space-before.maximum="0.8em">
2.   <fo:inline hyphenate="false" font-family="monospace">GET http://alfrescohost:8080/alfresco/cmisatom/b10caffd-1aa3-44f8-a269-11e4a7095274/path?path=%2Ftest&amp;filter=&amp;includeAllowableActions=true&amp;includeACL=false&amp;includePolicyIds=false&amp;includeRelationships=none&amp;renditionFilter=cmis%3Anone</fo:inline>
3. </fo:block>
{code}

results in (numbers are just for numbering lines as JIRA breaks lines)

{noformat}
1. GET http://alfrescohost:8080/alfresco/cmisatom/b10caffd-1aa3-44f8-
2. a269-11e4a7095274/path?path=
3. %2Ftest&filter=&includeAllowableActions=true&includeACL=false&include-
4. PolicyIds=false&includeRelationships=none&renditionFilter=cmis%3Anone
{noformat}

So there is a hyphenation character inserted while hyphenate is switched off.
I consider it ok that the line is split, as it is just too long to fit without breaks and would overflow the border, but there should not be any hyphenation characters inserted like in the end of line 3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)