[Libreoffice-bugs] [Bug 99492] cell background colour ignored on all but the top grids of a vertically merged cell.

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Sep 23 12:39:50 UTC 2021


https://bugs.documentfoundation.org/show_bug.cgi?id=99492

--- Comment #15 from Justin L <jluth at mail.com> ---
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210923/06712330/attachment.htm>


More information about the Libreoffice-bugs mailing list