https://issues.apache.org/bugzilla/show_bug.cgi?id=43166
--- Comment #2 from Matthias Reischenbacher <[email protected]> 2010-12-19 19:04:28 EST --- Created an attachment (id=26425) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26425) Patch The border isn't rendered because InlineLevelLayoutManger fails to detect the last knuth element due to an incorrect value of the position counter (lastGeneratedPosition in AbstractLayoutManager). The counter is incremented when adding letter spacing and actually no new knuth element is added to the sequence because an existing one is just replaced. Decreasing the counter before letter spacing is applied fixes this issue. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
