Bug 13345 - table-cell border information seems to be ignored?
Summary: table-cell border information seems to be ignored?
Status: CLOSED INVALID
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: pdf (show other bugs)
Version: 0.20.4
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-06 11:00 UTC by Michael Rimov
Modified: 2012-04-01 13:51 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Rimov 2002-10-06 11:00:29 UTC
In code like:

<fo:table-cell border-top-color="black" border-top-width="0.5pt" border-bottom-
color="black" border-bottom-width="0.5pt" border-left-color="black" border-
left-width="0.5pt" border-right-color="black" border-right-width="0.5pt">

....

There is not border rendered for the table cell using .20.4.
Comment 1 Oleg Tkachenko 2002-11-13 16:43:19 UTC
You forgot to specify border style, which is "none" by default and what
effectively means just no border, as in this case border-width value is forsed
to be 0. See http://www.w3.org/TR/xsl/slice7.html#border-top-style.
Comment 2 Glenn Adams 2012-04-01 13:51:29 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs