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 "Glenn Adams (JIRA)" <ji...@apache.org> on 2012/12/19 18:47:12 UTC

[jira] [Assigned] (FOP-2161) writing-mode="lr" an bidi-override etc

     [ https://issues.apache.org/jira/browse/FOP-2161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glenn Adams reassigned FOP-2161:
--------------------------------

    Assignee: Glenn Adams
    
> writing-mode="lr" an bidi-override etc
> --------------------------------------
>
>                 Key: FOP-2161
>                 URL: https://issues.apache.org/jira/browse/FOP-2161
>             Project: Fop
>          Issue Type: Bug
>          Components: page-master/layout
>    Affects Versions: 1.1
>         Environment: Operating System: All
> Platform: All
>            Reporter: james quest
>            Assignee: Glenn Adams
>         Attachments: fo
>
>
> in left-to-right languages, we display 1 / 2 (i.e. page 1 of 2 pages).
> in right-to-left languages, it should also do 1 / 2, and it does if <fo:inline>1 / 2 </fo:inline>
> however, if it is <fo:inline><fo:page-number/> / <fo:page-number-citation ref-id="endofdoc"/></fo:inline>,
> it displays (in right-to-left languages), 2 / 1 instead of 1 / 2
> a summary of different variations of this is below. they should all be displayed the same for rl and rl, but in most cases it does not. (please find attached fo)
> <fo:block>1/2</fo:block>  
> renders as 1/2 for rl, 1/2 for lr 
> <fo:page-number/>/<fo:page-number-citation ref-id="endofdoc"/>
> renders as 2/1 for rl, 1/2 for lr 
> <fo:bidi-override direction="ltr">
>   <fo:page-number/>/<fo:page-number-citation ref-id="endofdoc"/>
> </fo:bidi-override>
> renders as 2/1 for rl, 1/2 for lr 
> <fo:bidi-override direction="ltr" unicode-bidi="embed">
>   <fo:page-number/>/<fo:page-number-citation ref-id="endofdoc"/>
> </fo:bidi-override>
> renders as /21 for rl, 1/2 for lr 
> <fo:bidi-override direction="ltr" unicode-bidi="bidi-override">
>   <fo:page-number/>/<fo:page-number-citation ref-id="endofdoc"/>
> </fo:bidi-override>
> renders as /21 for rl, 1/2 for lr

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira