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

--- Comment #15 from Justin L <jl...@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.

Reply via email to