Bug 36476 - [PATCH] Border attributes handling in RTF rendering
Summary: [PATCH] Border attributes handling in RTF rendering
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: Other other
: P2 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-02 18:12 UTC by Sergey Simonchik
Modified: 2012-04-01 06:34 UTC (History)
1 user (show)



Attachments
[PATCH] Border support introduced (5.56 KB, patch)
2005-09-02 18:15 UTC, Sergey Simonchik
Details | Diff
RTF output before patch (4.42 KB, application/rtf)
2005-09-05 12:07 UTC, Jeremias Maerki
Details
RTF output after patch (4.97 KB, application/rtf)
2005-09-05 12:08 UTC, Jeremias Maerki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Simonchik 2005-09-02 18:12:39 UTC
 
Comment 1 Sergey Simonchik 2005-09-02 18:15:34 UTC
Created attachment 16288 [details]
[PATCH] Border support introduced

Was:
    Border-related attributes were ignored.

Became:
    Border support introduced. Nesting borders are supported partially: only
two levels of nesting.
    Consecutive paragraphs with identical border formatting are considered part
of a single group with 
    the border information applying to the entire group.
Comment 2 Jeremias Maerki 2005-09-05 12:07:55 UTC
Created attachment 16306 [details]
RTF output before patch
Comment 3 Jeremias Maerki 2005-09-05 12:08:29 UTC
Created attachment 16307 [details]
RTF output after patch
Comment 4 Jeremias Maerki 2005-09-05 13:35:18 UTC
Applied. Thanks!

http://svn.apache.org/viewcvs?rev=278720&view=rev

A comment: It is important to note that the grouping of borders among
consecutive blocks with the same border specifications violates the XSL-FO
specifications. I found an RTF command in the RTF spec v1.7 ("brdrbtw") which
seems to address this but I couldn't make it work.
Comment 5 Glenn Adams 2012-04-01 06:34:17 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed