You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2001/09/10 20:13:20 UTC

[DO NOT REPLY: Bug 3531] New: fo:table-column column-number attribute does not work

PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT
ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW
AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE
DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL
BE LOST SOMEWHERE.

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

*** shadow/3531	Mon Sep 10 11:13:20 2001
--- shadow/3531.tmp.8576	Mon Sep 10 11:13:20 2001
***************
*** 0 ****
--- 1,54 ----
+ +============================================================================+
+ | fo:table-column column-number attribute does not work                      |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3531                        Product: Fop                     |
+ |       Status: NEW                         Version: 0.17                    |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: pdf renderer            |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: fop-dev@xml.apache.org                                       |
+ |  Reported By: cpaussa@yahoo.com                                            |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I'm using FOP 0.20.1 on MS Windows
+ 
+ If I use this code to set column widths for a table, the widths are set properly:
+ 
+ <fo:table-column column-width="0.3in" column-number="1"/>
+ <fo:table-column column-width="0.6in" column-number="2"/>
+ <fo:table-column column-width="0.4in" column-number="3"/>
+ <fo:table-column column-width="0.7in" column-number="4"/>
+ <fo:table-column column-width="1.1in" column-number="5"/>
+ <fo:table-column column-width="0.3in" column-number="6"/>
+ <fo:table-column column-width="0.3in" column-number="7"/>
+ <fo:table-column column-width="0.5in" column-number="8"/>
+ <fo:table-column column-width="0.5in" column-number="9"/>
+ <fo:table-column column-width="0.6in" column-number="10"/>
+ <fo:table-column column-width="0.3in" column-number="11"/>
+ <fo:table-column column-width="0.4in" column-number="12"/>
+ <fo:table-column column-width="0.7in" column-number="13"/>
+ 
+ If I use this code, the widths are set as if the column-number attribute were
+ not included. 
+ <fo:table-column column-width="0.3in" column-number="1"/>
+ <fo:table-column column-width="0.3in" column-number="6"/>
+ <fo:table-column column-width="0.3in" column-number="7"/>
+ <fo:table-column column-width="0.4in" column-number="3"/>
+ <fo:table-column column-width="0.7in" column-number="4"/>
+ <fo:table-column column-width="0.6in" column-number="2"/>
+ <fo:table-column column-width="1.1in" column-number="5"/>
+ <fo:table-column column-width="0.5in" column-number="8"/>
+ <fo:table-column column-width="0.3in" column-number="11"/>
+ <fo:table-column column-width="0.4in" column-number="12"/>
+ <fo:table-column column-width="0.7in" column-number="13"/>
+ <fo:table-column column-width="0.5in" column-number="9"/>
+ <fo:table-column column-width="0.6in" column-number="10"/>
+ 
+ This behavior seems to be true no matter in which order I place the columns. I
+ have not tested to see if the behavior is replicated if fewer columns are used.
+ 
+ Chuck Paussa

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org