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=28314>. 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=28314 [PATCH] Alignment of the last line in a justified block [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Alignment of the last line |[PATCH] Alignment of the |in a justified block |last line in a justified | |block ------- Additional Comments From [EMAIL PROTECTED] 2004-04-19 13:31 ------- Hi Luca, I'm not certain that your first solution of changing Block.handleWhiteSpace() to ignore spaces in last TextLM text is bullet proof. I havent done any testing, so it may be okay. Certainly for ordinary Blocks it may be fine, but for other FOs, which inherit from Block, this may not be acceptable. For example, table-cells, with auto-layout feature on, spaces at the end might be relevant. I'm not rejecting your solution, but I would like to explore your second idea a bit further. Another reason why it may not be good to change the logic in Block.handleWhiteSpace() is that it currently follows the description for whitespace handling in the spec fairly closely and putting other conditions in, will detract from this.
