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 2007/04/04 11:04:59 UTC

DO NOT REPLY [Bug 42043] New: - white-space-collapse="false" linefeed-treatment="preserve" does not preserve initial spaces.

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

           Summary: white-space-collapse="false" linefeed-
                    treatment="preserve" does not preserve initial spaces.
           Product: Fop
           Version: all
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: richardw@geoquip-rnd.demon.co.uk


Using white-space-collapse="false" and linefeed-treatment="preserve" for
pre-formatted text does not work when spaces are present at the beginning of
lines. For example:

<fo:b w-s-p="f" l-t="p">Hello</fo:b> is fine.
<fo:b w-s-p="f" l-t="p">     Hello</fo:b> produces the same as the above.

Tested against trunk using awt and pdf.

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

DO NOT REPLY [Bug 42043] - white-space-collapse="false" linefeed-treatment="preserve" does not preserve initial spaces.

Posted by bu...@apache.org.
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=42043>.
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=42043





------- Additional Comments From richardw@geoquip-rnd.demon.co.uk  2007-04-04 02:05 -------
Created an attachment (id=19911)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19911&action=view)
FO file demonstrating the problem.


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

DO NOT REPLY [Bug 42043] - white-space-collapse="false" linefeed-treatment="preserve" does not preserve initial spaces.

Posted by bu...@apache.org.
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=42043>.
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=42043





------- Additional Comments From richardw@geoquip-rnd.demon.co.uk  2007-04-04 04:08 -------
Created an attachment (id=19913)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19913&action=view)
Doc update pointing to additional required attribute.


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

DO NOT REPLY [Bug 42043] - white-space-collapse="false" linefeed-treatment="preserve" does not preserve initial spaces.

Posted by bu...@apache.org.
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=42043>.
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=42043


manuel@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




------- Additional Comments From manuel@apache.org  2007-04-04 02:13 -------
You need to set white-space-treament="preserve" as well otherwise white space at
the beginning and the end of blocks is removed.

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