Uploaded image for project: 'FOP'
  1. FOP
  2. FOP-2516

unexpected hyphenation character added while hyphenate="false" is set

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 2.0
    • None
    • None
    • None

    Description

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

      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>
      

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

      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
      

      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.

      Attachments

        Activity

          People

            Unassigned Unassigned
            vampire Björn Kautler
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: