<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - cell background colour ignored on all but the top grids of a vertically merged cell."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=99492#c15">Comment # 15</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - cell background colour ignored on all but the top grids of a vertically merged cell."
href="https://bugs.documentfoundation.org/show_bug.cgi?id=99492">bug 99492</a>
from <span class="vcard"><a class="email" href="mailto:jluth@mail.com" title="Justin L <jluth@mail.com>"> <span class="fn">Justin L</span></a>
</span></b>
<pre>This painting of Table / Row / Cell is currently handled by recursive calls to
SwFrame::PaintSwFrameBackground.
It first paints the table (IsTabFrame()), then it GetLower() and paints the row
(IsRowFrame()), then it GetLower() and paints the cell (IsCellFrame()).
I expect the key to solving this is to cache/delay the CellFrame paintings, and
to handle them after all the rows have been printed. But that is starting to
get past my skill level.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>