You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

known-issues.xml 4.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <known-issues>
  18. <known-issue>
  19. MIF and SVG output support have not been restored, yet.
  20. </known-issue>
  21. <known-issue>
  22. Java2D/AWT support has been improved, but some problems remain,
  23. for example with block-containers.
  24. </known-issue>
  25. <known-issue>
  26. Auto table layout is not implemented, yet.
  27. </known-issue>
  28. <known-issue>
  29. The collapsing border model on tables is not implemented, yet. Please
  30. use border-collapse="separate" for now.
  31. </known-issue>
  32. <known-issue>
  33. Footnotes may overlap with text of the region-body in multi-column
  34. documents.
  35. </known-issue>
  36. <known-issue>
  37. Space resolution does not work between footnote regions.
  38. </known-issue>
  39. <known-issue>
  40. There's a problem involving nested block-containers and
  41. reference-orientation 180/-180 (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36391">Bugzilla #36391</a>)
  42. </known-issue>
  43. <known-issue>
  44. block-containers with no height currently don't create a fence for
  45. spaces as they should (they behave like a normal block).
  46. </known-issue>
  47. <known-issue>
  48. Preserved linefeeds in fo:character are not handled correctly.
  49. </known-issue>
  50. <known-issue>
  51. An empty block currently produces a fence for stacking constraints
  52. which it shouldn't.
  53. </known-issue>
  54. <known-issue>
  55. There are several small problems around white space handling.
  56. </known-issue>
  57. <known-issue>
  58. Images currently don't shrink so they fit on a page when they are
  59. too big and shrinking is allowed to happen.
  60. </known-issue>
  61. <known-issue>
  62. inline-container may not work as expected.
  63. </known-issue>
  64. <known-issue>
  65. letter-spacing and word-spacing properties may not work as expected.
  66. </known-issue>
  67. <known-issue>
  68. leaders with leader-pattern="use-content" may not work as expected.
  69. </known-issue>
  70. <known-issue>
  71. keep-with-previous doesn't work inside tables and lists, yet.
  72. </known-issue>
  73. <known-issue>
  74. If two consecutive pages don't have the same available width, the
  75. content currently isn't properly fit into the available space on
  76. the new page.
  77. </known-issue>
  78. <known-issue>
  79. background-images on page-number-citations are not placed correctly.
  80. </known-issue>
  81. <known-issue>
  82. Not all FO elements can be referenced by their "id", most notably:
  83. table-body, table-header, table-footer and table-row.
  84. </known-issue>
  85. <known-issue>
  86. The backgrounds of table-body, table-header, table-footer and
  87. table-column are not painted, yet.
  88. </known-issue>
  89. <known-issue>
  90. Border and padding conditionality are not supported on table-cells, yet.
  91. </known-issue>
  92. <known-issue>
  93. Column balancing in multi-column documents may not work as expected
  94. (<a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=36356">Bugzilla #36356</a>)
  95. </known-issue>
  96. <known-issue>
  97. Internal basic-links don't point to the exact location on a page, yet, as they
  98. did in 0.20.5. Currently you land in the upper left corner of the page.
  99. </known-issue>
  100. </known-issues>