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/06 17:09:46 UTC

[DO NOT REPLY: Bug 3462] New: basic-link does not work in list-items inside tables other than 1st column

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=3462

*** shadow/3462	Thu Sep  6 08:09:46 2001
--- shadow/3462.tmp.22168	Thu Sep  6 08:09:46 2001
***************
*** 0 ****
--- 1,139 ----
+ +============================================================================+
+ | basic-link does not work in list-items inside tables other than 1st column |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 3462                        Product: Fop                     |
+ |       Status: NEW                         Version: all                     |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Normal                   OS/Version: Windows NT/2K           |
+ |     Priority: Other                     Component: general                 |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: fop-dev@xml.apache.org                                       |
+ |  Reported By: cmok@planet.nl                                               |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ basic-links works except when it is inside a list-block inside a table other 
+ than the first column.
+ below is a fo file as example
+ 
+ 
+ <?xml version="1.0" encoding="utf-8"?>
+ <fo:root language="en" xmlns:fo="http://www.w3.org/1999/XSL/Format">
+ 
+     <fo:layout-master-set>
+         <fo:simple-page-master master-name="page">
+             <fo:region-body/>
+         </fo:simple-page-master>
+     </fo:layout-master-set>
+ 
+     <fo:page-sequence master-name="page">
+         <fo:flow flow-name="xsl-region-body">
+                 <fo:table>
+                     <fo:table-column column-width="5cm"/>
+                     <fo:table-column column-width="5cm"/>
+                     <fo:table-column column-width="5cm"/>
+                     <fo:table-body>
+                         <fo:table-row>
+                             <fo:table-cell border-style="solid">
+                                 <fo:block><fo:basic-link color="red" external-
+ destination="418-00.pdf">good reference</fo:basic-link></fo:block>
+                                     <fo:list-block provisional-distance-between-
+ starts="14pt" provisional-label-separation="3pt">
+                                         <fo:list-item space-before="1mm">
+                                             <fo:list-item-label end-
+ indent="label-end()">
+                                                 <fo:block>*</fo:block>
+                                             </fo:list-item-label>
+                                             <fo:list-item-body start-
+ indent="body-start()">
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">good reference</fo:basic-
+ link>.</fo:block>
+                                             </fo:list-item-body>
+                                         </fo:list-item>
+                                         <fo:list-item space-before="1mm">
+                                             <fo:list-item-label end-
+ indent="label-end()">
+                                                 <fo:block>*</fo:block>
+                                             </fo:list-item-label>
+                                             <fo:list-item-body start-
+ indent="body-start()">
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">good reference</fo:basic-
+ link>.</fo:block>
+                                             </fo:list-item-body>
+                                         </fo:list-item>
+                                     </fo:list-block>
+                             </fo:table-cell>
+ 
+                             <fo:table-cell border-style="solid">
+                                 <fo:block>
+                                     <fo:list-block provisional-distance-between-
+ starts="14pt" provisional-label-separation="3pt">
+                                         <fo:list-item space-before="1mm">
+                                             <fo:list-item-label end-
+ indent="label-end()">
+                                                 <fo:block>*</fo:block>
+                                             </fo:list-item-label>
+                                             <fo:list-item-body start-
+ indent="body-start()">
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">reference breaks in list-block 
+ not in column 1</fo:basic-link></fo:block>
+                                             </fo:list-item-body>
+                                         </fo:list-item>
+                                         <fo:list-item space-before="1mm">
+                                             <fo:list-item-label end-
+ indent="label-end()">
+                                                 <fo:block>*</fo:block>
+                                             </fo:list-item-label>
+                                             <fo:list-item-body start-
+ indent="body-start()">
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">reference breaks in list-block 
+ not in column 1</fo:basic-link></fo:block>
+                                             </fo:list-item-body>
+                                         </fo:list-item>
+                                     </fo:list-block>
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">good reference</fo:basic-
+ link>.</fo:block>
+ 
+                                 </fo:block>
+ 
+                             </fo:table-cell>
+ 
+                             <fo:table-cell border-style="solid">
+                                 <fo:block>
+                                     <fo:list-block provisional-distance-between-
+ starts="14pt" provisional-label-separation="3pt">
+                                         <fo:list-item space-before="1mm">
+                                             <fo:list-item-label end-
+ indent="label-end()">
+                                                 <fo:block>*</fo:block>
+                                             </fo:list-item-label>
+                                             <fo:list-item-body start-
+ indent="body-start()">
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">reference breaks in list-block 
+ not in column 1</fo:basic-link>.</fo:block>
+                                             </fo:list-item-body>
+                                         </fo:list-item>
+                                     </fo:list-block>
+                                                 <fo:block><fo:basic-link 
+ color="red" external-destination="418-00.pdf">good reference</fo:basic-
+ link>.</fo:block>
+ 
+                                 </fo:block>
+ 
+                             </fo:table-cell>
+                         </fo:table-row>
+                     </fo:table-body>
+ 
+                 </fo:table>
+ 
+         </fo:flow>
+     </fo:page-sequence>
+ </fo:root>

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