Issue 88944 - data-point fill color are not considered in a ring chart
Summary: data-point fill color are not considered in a ring chart
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: chart (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: kla
QA Contact: issues@graphics
URL: http://www.ddmicrolog.org/badRing3D.ods
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 13:48 UTC by ddmicrolog
Modified: 2013-02-24 21:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
File generated by my soft (5.54 KB, application/vnd.sun.xml.calc)
2008-05-02 13:49 UTC, ddmicrolog
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description ddmicrolog 2008-05-02 13:49:00 UTC
I'm writing an application that creates an ODF sreadsheet to be read in OpenOffice.

With my own meta.xml (or without meta.xml) :
  <office:meta>
    <meta:generator>MySoft/5.00
     MySoft/5.00$Build-5032</meta:generator>
  </office:meta>

OpenOffice ignores my data-point color.

But, If I copy OpenOffice generated meta.xml, it's works. The best modification
which is working is :
  <office:meta>
    <meta:generator>MySoft/5.0
     MySoft/680m12$Build-5032</meta:generator>
  </office:meta>

Why the openOffice version (680m12$Build-xxxx) is needed in this XML element
that "should not “fake†being OpenOffice.org if you are creating the document
using a different program;". (from Table 2.2, “OpenDocument Elements in
meta.xmlâ€
http://develop.opendocumentfellowship.com/book/?page=ch2#meta-elements-table)

An other strange fact is that a "circle" chart work with my own chart/meta.xml

Regards

Damien

P.S. OpenOffice 3.0 can't open an user color-defined ring-chart that is created
in OpenOffice 3.0
Comment 1 ddmicrolog 2008-05-02 13:49:58 UTC
Created attachment 53311 [details]
File generated by my soft
Comment 2 IngridvdM 2008-05-08 20:59:52 UTC
A part of the problem is fixed with issue 88950. The access to the generator
string was broken.
Comment 3 IngridvdM 2008-05-08 21:06:06 UTC
The other part of the problem was, that the generator string was not checked
correctly, while detecting old file versions written with OpenOffice.org.
I fixed both in CWS chart25.
Comment 4 IngridvdM 2008-05-15 09:40:16 UTC
@Thomas, please verify in CWS chart25.
Comment 5 kla 2008-05-27 11:36:06 UTC
Seen ok in CWS chart25 -> verified
Comment 6 kla 2008-07-04 12:45:11 UTC
seen ok in current master -> closed