Bug 36120 - fix the height of cell in a table
Summary: fix the height of cell in a table
Status: CLOSED WORKSFORME
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: general (show other bugs)
Version: all
Hardware: All other
: P2 blocker
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-10 14:59 UTC by saurabh
Modified: 2012-04-01 13:48 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description saurabh 2005-08-10 14:59:52 UTC
how do i fix the height of  a cell in table.
1.If i use height property then the cell height increases if the text overfows.
2.If i use a block-container then the image in that cell is not displayed.
i actually have to fix the position of  an image with respect to top or bottom 
of page. i am using xsl 1.1 version
Comment 1 Jeremias Maerki 2005-08-10 15:10:22 UTC
Please don't use Bugzilla to ask questions. Please send your question to the 
fop-users mailing list next time. Thank you!

(In reply to comment #0)
> how do i fix the height of  a cell in table.
> 1.If i use height property then the cell height increases if the text 
overfows.

That's what the specification defined. A table-cell has to grow in block-
progression-dimension (i.e. vertical normally) until the content fits into the 
cell despite the height property. The height property in this case only 
defines a minimum.

Please see http://www.w3.org/TR/xsl/slice7.html#height and 
http://www.w3.org/TR/REC-CSS2/tables.html

> 2.If i use a block-container then the image in that cell is not displayed.
> i actually have to fix the position of  an image with respect to top or 
bottom 
> of page. i am using xsl 1.1 version

More interesting would be what FOP version you use. Can you supply a simple 
(!) FO file that shows what you tried to do? You can save us a lot of time 
that way. Thanks.

Comment 2 Jeremias Maerki 2005-08-16 10:12:10 UTC
Closing this issue. No feedback on my questions. Please reopen if this is not 
resolved for you.
Comment 3 Glenn Adams 2012-04-01 13:48:10 UTC
batch transition to closed remaining pre-FOP1.0 resolved bugs