Created attachment 111768 [details] Unwanted white text background hightlight in Title Area If you change the title area background color on a slide, e.g. to Chart 11 (red), save and reopen the file, the title area text is surrounded by a white highlight which makes the text impossible to read. The file must be saved and reopened to replicate the problem. It is impossible to remove / edit / change this white text highlight. Opening and saving the file in 4.3.4 removes the white highlight. I assume the bug was introduced by this https://wiki.documentfoundation.org/ReleaseNotes/4.4#Text_background_color I flagged this as critical as it appears to be a bug introduced by a feature which isn't usable as there is no UI..., albeit there appears to be a tedious work-around (open and save in previous version).
confirmed in 4.4.0.1 Will attach file
Created attachment 111787 [details] test file showing the bug Hi Sean, Can you pls test if this bug occurs in earlier versions? Thanks, Cor
I have never seen this behavior in prior versions; I was not able to reproduce it now in Fedora's 4.3.4.1-10.fc21 version.
I suffer from this pretty horrible bug in 4.4.1.2. Is there a workaround? Thanks!
Yep, ODF (and maybe some other formats) export got broken. Good news is, it can be fixed. Bad news is, the documents that were saved with broken version of LibO can probably be repaired only manually (will ask some more knowledgeable colleagues if something can be done there anyway, but I don't see that as very likely) Workaround: 1. Save your document as flat ODP, ODG respectively (.fodp, .fodg) 2. Open it in another text editor 3. Find a style called "Default-title" (or any other style where this undesirable white background appears) 4. In its "style:text-properties" sub-element, substitute "fo:background-color="#ffffff" with "fo:background-color="transparent" ... or simply substitute it in the whole document, unless you have some user-defined text backgrounds elsewhere Skip step 1 if you know how to edit zipped ODF files
Katarina Behrens committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=321f4925a79b74cfd0aea2221a74dd2717e6b8b2 tdf#88055: Don't export transparent background colour as white It will be available in 5.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
*** This bug has been marked as a duplicate of bug 88295 ***