diff options
author | Simon Pepping <spepping@apache.org> | 2007-01-07 13:19:45 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2007-01-07 13:19:45 +0000 |
commit | f02d9c1b949d496bd72a840e22d50ae5b3581499 (patch) | |
tree | 9044d82390a05aad26c75eb8ba98ddac6f3f7fa5 /known-issues.xml | |
parent | 77dc613c7a01946b183846bafb91e8a37bdebcdc (diff) | |
download | xmlgraphics-fop-f02d9c1b949d496bd72a840e22d50ae5b3581499.tar.gz xmlgraphics-fop-f02d9c1b949d496bd72a840e22d50ae5b3581499.zip |
Merging changes from branch fop-0.93 back into trunk, change year 2006
in build.xml into 2007, remove PCL from unsupported output formats in
known issues
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@493717 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'known-issues.xml')
-rw-r--r-- | known-issues.xml | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/known-issues.xml b/known-issues.xml new file mode 100644 index 000000000..25af2a217 --- /dev/null +++ b/known-issues.xml @@ -0,0 +1,102 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<known-issues> + <known-issue> + MIF and SVG output support have not been restored, yet. + </known-issue> + <known-issue> + Java2D/AWT support has been improved, but some problems remain, + for example with block-containers. + </known-issue> + <known-issue> + Auto table layout is not implemented, yet. + </known-issue> + <known-issue> + The collapsing border model on tables is not implemented, yet. Please + use border-collapse="separate" for now. + </known-issue> + <known-issue> + Footnotes may overlap with text of the region-body in multi-column + documents. + </known-issue> + <known-issue> + Space resolution does not work between footnote regions. + </known-issue> + <known-issue> + There's a problem involving nested block-containers and + reference-orientation 180/-180 (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36391">Bugzilla #36391</a>) + </known-issue> + <known-issue> + block-containers with no height currently don't create a fence for + spaces as they should (they behave like a normal block). + </known-issue> + <known-issue> + Preserved linefeeds in fo:character are not handled correctly. + </known-issue> + <known-issue> + An empty block currently produces a fence for stacking constraints + which it shouldn't. + </known-issue> + <known-issue> + There are several small problems around white space handling. + </known-issue> + <known-issue> + Images currently don't shrink so they fit on a page when they are + too big and shrinking is allowed to happen. + </known-issue> + <known-issue> + inline-container may not work as expected. + </known-issue> + <known-issue> + letter-spacing and word-spacing properties may not work as expected. + </known-issue> + <known-issue> + leaders with leader-pattern="use-content" may not work as expected. + </known-issue> + <known-issue> + keep-with-previous doesn't work inside tables and lists, yet. + </known-issue> + <known-issue> + If two consecutive pages don't have the same available width, the + content currently isn't properly fit into the available space on + the new page. + </known-issue> + <known-issue> + background-images on page-number-citations are not placed correctly. + </known-issue> + <known-issue> + Not all FO elements can be referenced by their "id", most notably: + table-body, table-header, table-footer and table-row. + </known-issue> + <known-issue> + The backgrounds of table-body, table-header, table-footer and + table-column are not painted, yet. + </known-issue> + <known-issue> + Border and padding conditionality are not supported on table-cells, yet. + </known-issue> + <known-issue> + Column balancing in multi-column documents may not work as expected + (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36356">Bugzilla #36356</a>) + </known-issue> + <known-issue> + Internal basic-links don't point to the exact location on a page, yet, as they + did in 0.20.5. Currently you land in the upper left corner of the page. + </known-issue> +</known-issues> |