Created attachment 70631 [details] Sample Document that hightlights the issue Open the Attached docx file. Every place that the text should be has a black background, and possible the text is black was well. This document opens fine in Word.
Created attachment 70632 [details] rtf file of the same document This is what the docx contents should look like.
Confirmed on LO 3.6.4.1 Windows Vista 32bit. The sample docx opened correctly in Office 2007.
Still reproducible using Mac OSX 10.9 with LibreOffice Version: 4.1.3.2 Build ID: 70feb7d99726f064edab4605a8ab840c50ec57a
Created attachment 93291 [details] In LO4.3(01feb2014) only headers of tables are blacked In LibreOffice 4.1.4.2 and 4.2.0.3 whole text is invisible due to black background. But in LibreOffice 4.3.0.0.alpha0+ Build ID: 599b3c91dc5bd9c04e70b38246acac9914a6b219 TinderBox: Linux-rpm_deb-x86_64@46-TDF, Branch:master, Time: 2014-02-01_23:39:30 the situation is much better: only tables' headers are blacked. I attach a screenshot that demonstrate the progress and remaining problems.
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (4.4.2 or later) https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) If you want to do more to help you can test to see if your issue is a REGRESSION. To do so: 1. Download and install oldest version of LibreOffice (usually 3.3 unless your bug pertains to a feature added after 3.3) http://downloadarchive.documentfoundation.org/libreoffice/old/ 2. Test your bug 3. Leave a comment with your results. 4a. If the bug was present with 3.3 - set version to "inherited from OOo"; 4b. If the bug was not present in 3.3 - add "regression" to keyword Feel free to come ask questions or to say hello in our QA chat: http://webchat.freenode.net/?channels=libreoffice-qa Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2015-05-02
Completely reproducible in LibreOffice 4.3.3 and 5.0.0.0 alpha1 on Debian. Every place that the text should be has a black background as it was said in the description, not as in comment 4.
Created attachment 118042 [details] How it looks in Libreoffice 5.0.0.5 Problem still present in Version: 5.0.0.5 Build ID: 1b1a90865e348b492231e1c451437d7a15bb262b Locale: es-ES (es_ES) on Windows 7 (64-bit)
Migrating Whiteboard tags to Keywords: (filter:docx) [NinjaEdit]
Regression introduced by: author Armin Le Grand <alg@apache.org> 2014-06-02 15:00:50 (GMT) committer Miklos Vajna <vmiklos@collabora.co.uk> 2014-07-01 11:30:09 (GMT) commit 7d9bb549d498d6beed2c4050c402d09643febdfa (patch) tree 2caf67e36c9ccd058268b003cf2bc39b9b102b53 parent a5e137eb1d37361c60175e8fba780fc46b377a23 (diff) Related: #i124638# Second step of DrawingLayer FillAttributes... for Writer objects, now added support for Paragraph and PageStyle (including Header and Footer) for direct attributes and style attributes Adding Cc: to Armin Le Grand
Still reproducible in Version: 6.0.0.0.alpha0+ Build ID: 04d70c0999c716f5465631eca50945915ec607c4 CPU threads: 4; OS: Linux 4.10; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: group
Round-tripping the original document in MSWord 2003 fixes the black problem for LO. Perhaps this can be round-tripped in other versions of Office first to see if it basically is a corrupt document.
So, every paragraph style seems to have black specified as the background area color. (I see a big black blob where the paragraph styles should be seen).
The problem is that LO isn't parsing #-denoted colors, but just failing to zero (aka black) because > OOXMLHexValue::OOXMLHexValue(const char * pValue) > : mnValue(rtl_str_toUInt32(pValue, 16)) doesn't handle # hex notation and so the following fails: <w:style w:type="paragraph" w:default="1" w:styleId="Normal"> <w:name w:val="Normal"/> <w:pPr> <w:shd w:fill="#ffffff"/>
proposed fix at https://gerrit.libreoffice.org/59295 tdf#57589
Justin Luth committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=7d01ce4021bafde8184355f46d1cbe2c370767e1 tdf#57589 writerfilter: support hash-encoded colors It will be available in 6.2.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.
Verified in Version: 6.2.0.0.alpha0+ Build ID: 60bc26354763fa3461db49a3e827da552484150d CPU threads: 4; OS: Linux 4.15; UI render: default; VCL: gtk3; Locale: ca-ES (ca_ES.UTF-8); Calc: threaded @Justin Luth, Thanks for fixing this!!!