http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2094

*** shadow/2094 Sat Jun  9 04:21:32 2001
--- shadow/2094.tmp.22774       Sat Jun  9 04:21:32 2001
***************
*** 0 ****
--- 1,41 ----
+ +============================================================================+
+ | number-rows-spanned not implemented for fo:table-body                      |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 2094                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: Other                   |
+ |     Severity: Minor                    OS/Version: Other                   |
+ |     Priority: Other                     Component: pdf renderer            |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: [EMAIL PROTECTED]                                       |
+ |  Reported By: [EMAIL PROTECTED]                                           |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ A table of the form (code simplfied for readability):
+ 
+ <table>
+   <column>
+   <column>
+ 
+   <body>
+     <row>
+       <cell NUMBER-ROWS-SPANNED="2">
+       <cell>
+     </row>
+     
+     <row>
+       <cell>
+     <row>
+   </body>
+ 
+ Causes FOP to issue warning message:
+ 
+ "WARNING: Number of cell columns under table-row not equal to number of table-
+ columns" against the second table-row, apparently because the second, and all 
+ subsequent rows, of the of the "deep" cell are not counted towards the row 
+ total.
+ 
+ The resulting table is discarded.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to