Bug 2475 - Borders don't appear to work in <fo:table-row>
Summary: Borders don't appear to work in <fo:table-row>
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: PC All
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
: 3223 5344 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-07-06 05:14 UTC by Ralph LaChance
Modified: 2012-04-01 06:25 UTC (History)
2 users (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralph LaChance 2001-07-06 05:14:23 UTC
In version 0.19.0-cvs, on NT:

While the following works,
  <fo:table-cell 
    border-after-style="solid" 
    border-after-width="2px"   ... >  ...

the following appears NOT to work
  <fo:table-row
    border-after-style="solid" 
    border-after-width="2px"   ... >  ...

Results seem to be consistent among 
    -awt
    -print
    -pdf

'best
-Ralph LaChance
Comment 1 klease 2001-08-06 14:27:28 UTC
Known problem. borders should be taken into account on table-row if the
border-collapse property is set to "collapse" on table. Some clarification from
XSL spec is needed and is expected in the CR version.
Comment 2 J.Pietschmann 2002-04-22 08:03:57 UTC
*** Bug 3223 has been marked as a duplicate of this bug. ***
Comment 3 J.Pietschmann 2002-04-22 08:54:13 UTC
*** Bug 5344 has been marked as a duplicate of this bug. ***
Comment 4 Vincent Hennebert 2007-04-23 02:27:30 UTC
Fixed in Trunk.
Comment 5 Glenn Adams 2012-04-01 06:25:25 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed