1. Open Writer 2. Type something and select it 3. Format - Character - Font Effects 4. Input some small value into Transparency Reported by Leandro in bug 134408 The Transparency field was added in 7.0 and it probably behaved like this from the start - didn't bibisect. I checked with linux-64-7.0 repository. Version: 7.2.0.0.alpha0+ (x64) / LibreOffice Community Build ID: 2081eac430ac69619149e44b453a2d7dda41fc83 CPU threads: 2; OS: Windows 10.0 Build 19042; UI render: Skia/Raster; VCL: win Locale: fi-FI (fi_FI); UI: en-US Calc: threaded
Can still be reproduced. Version: 7.4.4.2 (x64) / LibreOffice Community Build ID: 85569322deea74ec9134968a29af2df5663baa21 CPU threads: 4; OS: Windows 10.0 Build 19045; UI render: Skia/Raster; VCL: win Locale: en-GB (en_US); UI: en-US Calc: CL
*** Bug 153028 has been marked as a duplicate of this bug. ***
Miklos, what are your thoughts on this?
*** Bug 146980 has been marked as a duplicate of this bug. ***
Also affects Impress, as seen in duplicate Bug 146980
SvxColorItem has a single mColor to decide the color. Either it's COL_AUTO and then you get automatic color, or it's an actual RGBA color. In that case the alpha part of the RGBA can contain the transparency. So we currently don't have a way to represent "auto + x% transparency", but if wanted, probably it could be added with an explicit "auto" flag that is not part of the color value.
[hitting this in one 24.8 dev]