]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: Block.handleWhitespace() causes whitespace to be scanned multiple times witho...
authorJeremias Maerki <jeremias@apache.org>
Tue, 9 Aug 2005 14:28:20 +0000 (14:28 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 9 Aug 2005 14:28:20 +0000 (14:28 +0000)
commit583f09c934384e911e291e049b1b64851fa8e197
tree0d46a3415978dea562b5ec1745450b57d714a22c
parent08fee1138898c77971abe4188e0dc2ec62314b29
Bugfix: Block.handleWhitespace() causes whitespace to be scanned multiple times without the new NullCharIterator that is now returned by Block. This simply makes sure that the recursive character iterator cannot iterate into text from other blocks. The effect was that some text was swallowed when blocks were nested in inlines.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/inlineblock@231041 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/NullCharIterator.java [new file with mode: 0644]
src/java/org/apache/fop/fo/flow/Block.java