DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=32174>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=32174 Rendering fails with IndexOutOfBoundsException in LineLayoutManager ------- Additional Comments From [EMAIL PROTECTED] 2004-11-12 08:11 ------- The case with markers fail due to a conflict between FObj.addMarker() which tries to remove empty elements before a marker and Block.addChildNode() which still hangs on to the firstInlineChild even after it is removed by FObj.addMarker(). Perhaps Block should use an integer index to point to the first inline child instead of a reference.