diff options
Diffstat (limited to 'src/documentation/content/xdocs/0.95/known-issues.xml')
-rw-r--r-- | src/documentation/content/xdocs/0.95/known-issues.xml | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/src/documentation/content/xdocs/0.95/known-issues.xml b/src/documentation/content/xdocs/0.95/known-issues.xml new file mode 100644 index 000000000..568fec8d9 --- /dev/null +++ b/src/documentation/content/xdocs/0.95/known-issues.xml @@ -0,0 +1,74 @@ +<?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> + Auto table layout is not implemented, yet. + </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> + leaders with leader-pattern="use-content" may not work as expected. + </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> + 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-issues> |