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

--- Comment #8 from Regina Henschel <[email protected]> ---
The background for text in the cell is determined in
Color GetTextEditBackgroundColor(const SdrObjEditView& rView)
https://opengrok.libreoffice.org/xref/core/svx/source/svdraw/svdetc.cxx?r=2c8c436c#673

That looks with GetDraftFillColor() for a color in the item set of the cell.
But that has no XATTR_FILLSTYLE item. That seems to be a missing feature of
Draw-tables compared to Writer-tables. For example the table properties have no
drop-down-field to select "Cell, Row, Table" in the Background tab as known
from Writer-tables.
GetTextEditBackgroundColor then looks in the MergedItemSet. That has the fill
attributes of the table object and results the default background color.

I have not looked what happens in case of Impress notes and thumbnails, which
are affected too.

I guess, that all these cannot be fixed quickly. And who will do it? Therefore
I suggest to use a threshold, for which the default background color is not
considered "dark" until the underlying problems are all solved.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to