Bug 49343 - failure to apply named font colour specified in file
Summary: failure to apply named font colour specified in file
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Spreadsheet (show other bugs)
Version: 3.4.4 release
Hardware: Other All
: medium normal
Assignee: Not Assigned
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-01 08:49 UTC by Andreas J Guelzow
Modified: 2014-11-09 19:28 UTC (History)
2 users (show)

See Also:
i915 platform:
i915 features:


Attachments
sample file (5.02 KB, application/vnd.oasis.opendocument.spreadsheet)
2012-05-01 08:49 UTC, Andreas J Guelzow
Details

Description Andreas J Guelzow 2012-05-01 08:49:54 UTC
Created attachment 60854 [details]
sample file

In the attached file in cell A1 we have the string "abc":

in content.xml
<table:table-cell table:style-name="Gnumeric-default" office:value-type="string">
<text:p>a<text:span text:style-name="NS-colour-ff0000">b</text:span>c</text:p>
</table:table-cell>

The style-name "NS-colour-ff0000" refers to the named style given in styles.xml:

<style:style style:name="NS-colour-ff0000" style:family="text" style:display-name="Font Color #ff0000">
      <style:text-properties fo:color="#ff0000"/>
</style:style>

This should cause the "b" in A1 to be red, but it shows as regular black.
Comment 1 Beluga 2014-11-09 19:28:13 UTC
Confirmed.

Win 7 64-bit Version: 4.4.0.0.alpha2+
Build ID: 9229170920ab770624415c4330da57af5b1b5398
TinderBox: Win-x86@39, Branch:master, Time: 2014-11-09_03:16:43


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.