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=24299>. 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=24299 combining border-right, border-left in table-cells with background-color in table-rows ------- Additional Comments From [EMAIL PROTECTED] 2004-06-02 21:18 ------- After some code study ... , problem occured to me: the background rectangle gets drawn over the border of the cell to the left and to the top. those borders get drawn first. the background rect dimension and position does not account for any existing borders (see AbstractRenderer.doBackground()). thats no problem for the current cell since its borders get drawn later. border computations are ok. background-color rectangle is wrong. Problem: the cell needs to know if its left or its upper neighbor have borders! Only then does it have to make the background rect smaller.
