Bug 65399 - FILEOPEN: DOCX Import - Character shading changed
Summary: FILEOPEN: DOCX Import - Character shading changed
Status: VERIFIED WORKSFORME
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
4.0.3.3 release
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: BSA
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-05 08:16 UTC by Adam CloudOn
Modified: 2014-02-17 08:42 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
DOCX containing character shading (11.46 KB, application/vnd.openxmlformats-officedocument.wordprocessingml.document)
2013-06-05 08:16 UTC, Adam CloudOn
Details
Comparison in Word for Mac. Original left, roundtriped right. (182.54 KB, image/png)
2014-02-14 15:50 UTC, Jorendc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam CloudOn 2013-06-05 08:16:42 UTC
Created attachment 80324 [details]
DOCX containing character shading

Problem description: 
When opening a DOCX that has text with character shading - LO changes the shade of the characters from light gray to dark gray.

Steps to reproduce:
1. Open the attached DOCX in LO
2. The shaded characters are shaded with dark gray instead of light gray

Current behavior:
LO colors the shade of the characters in dark gray

Expected behavior:
LO should shade the characters with light gray, like Word

It is important to note that the shade color is transferred with the DOCX itself, which means that LO either changes it or ignores it and chooses its own color.

This is the node in the 'document.xml' that is responsible for the character shading:

     <w:shd w:val="pct15" w:color="auto" w:fill="FFFFFF"/>

              
Operating System: Windows 8
Version: 4.0.3.3 release
Comment 1 Jorendc 2013-06-08 09:12:38 UTC
I can confirm that using Mac OSX 10.8.3 with LibreOffice 4.1.0 beta 2, and Word for Mac 2011 :-)

Kind regards,
Joren
Comment 2 Jorendc 2014-02-14 15:50:09 UTC
Created attachment 94074 [details]
Comparison in Word for Mac. Original left, roundtriped right.

Tested using Mac OSX 10.9 with LibreOffice Version: 4.3.0.0.alpha0+
Build ID: a315454f349469923490e4116806ee19263849b8

Looks fixed to me?
Comment 3 Jorendc 2014-02-14 15:51:48 UTC
I still can reproduce this dark-grey shading when opening/roundtripping using LibreOffice Version: 4.1.5.3 Build ID: 1c1366bba2ba2b554cd2ca4d87c06da81c05d24

So: looks fixed to me for sure now ;-). Thanks!

Kind regards,
Joren
Comment 4 Adam CloudOn 2014-02-17 08:42:08 UTC
just verified the XML of the exported DOCX.
works for me, too.